cleanup
This commit is contained in:
Vendored
-10
@@ -1,10 +0,0 @@
|
||||
# Automatically added by dh_installinit
|
||||
if [ -x "/etc/init.d/bforce" ]; then
|
||||
update-rc.d bforce defaults >/dev/null
|
||||
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
|
||||
fi
|
||||
fi
|
||||
# End automatically added section
|
||||
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
# Automatically added by dh_installinit
|
||||
if [ "$1" = "purge" ] ; then
|
||||
update-rc.d bforce remove >/dev/null || exit 0
|
||||
fi
|
||||
# End automatically added section
|
||||
Vendored
-9
@@ -1,9 +0,0 @@
|
||||
# Automatically added by dh_installinit
|
||||
if [ -x "/etc/init.d/bforce" ]; 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
|
||||
fi
|
||||
fi
|
||||
# End automatically added section
|
||||
Vendored
-1
@@ -1 +0,0 @@
|
||||
shlibs:Depends=libc6 (>= 2.3.2.ds1-4)
|
||||
Reference in New Issue
Block a user