cleanups
This commit is contained in:
parent
33e0e18ed3
commit
cf2821ba67
2
debian/bforce.postinst.debhelper
vendored
2
debian/bforce.postinst.debhelper
vendored
@ -1,7 +1,7 @@
|
||||
# Automatically added by dh_installinit
|
||||
if [ -x "/etc/init.d/bforce" ]; then
|
||||
update-rc.d bforce defaults >/dev/null
|
||||
if [ -x /usr/sbin/invoke-rc.d ]; then
|
||||
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
|
||||
invoke-rc.d bforce start || exit 0
|
||||
else
|
||||
/etc/init.d/bforce start || exit 0
|
||||
|
2
debian/bforce.prerm.debhelper
vendored
2
debian/bforce.prerm.debhelper
vendored
@ -1,6 +1,6 @@
|
||||
# Automatically added by dh_installinit
|
||||
if [ -x "/etc/init.d/bforce" ]; then
|
||||
if [ -x /usr/sbin/invoke-rc.d ] ; then
|
||||
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
|
||||
invoke-rc.d bforce stop || exit 0
|
||||
else
|
||||
/etc/init.d/bforce stop || exit 0
|
||||
|
@ -1,2 +0,0 @@
|
||||
Patches applied in the Debian version of :
|
||||
|
Loading…
x
Reference in New Issue
Block a user