mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Base lpr lives in /usr not in /
Approved by: maintainer
This commit is contained in:
parent
488e8b4eee
commit
d964da3bd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94921
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
REPLACES_BINARIES="/bin/lpr
|
||||
/bin/lp
|
||||
/bin/lpq
|
||||
/bin/lprm
|
||||
/bin/lpstat
|
||||
/sbin/lpc"
|
||||
REPLACES_BINARIES="/usr/bin/lpr
|
||||
/usr/bin/lp
|
||||
/usr/bin/lpq
|
||||
/usr/bin/lprm
|
||||
/usr/bin/lpstat
|
||||
/usr/sbin/lpc"
|
||||
|
||||
case $2 in
|
||||
POST-DEINSTALL)
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
REPLACES_BINARIES="/bin/lpr
|
||||
/bin/lp
|
||||
/bin/lpq
|
||||
/bin/lprm
|
||||
/bin/lpstat
|
||||
/sbin/lpc"
|
||||
REPLACES_BINARIES="/usr/bin/lpr
|
||||
/usr/bin/lp
|
||||
/usr/bin/lpq
|
||||
/usr/bin/lprm
|
||||
/usr/bin/lpstat
|
||||
/usr/sbin/lpc"
|
||||
|
||||
case $2 in
|
||||
POST-INSTALL)
|
||||
|
Loading…
Reference in New Issue
Block a user