diff --git a/build-stamp b/build-stamp deleted file mode 100644 index e69de29..0000000 diff --git a/configure-stamp b/configure-stamp deleted file mode 100644 index e69de29..0000000 diff --git a/debian/bforce.postinst.debhelper b/debian/bforce.postinst.debhelper index 1d46013..e607992 100644 --- a/debian/bforce.postinst.debhelper +++ b/debian/bforce.postinst.debhelper @@ -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 diff --git a/debian/bforce.prerm.debhelper b/debian/bforce.prerm.debhelper index 854fcd3..9d34178 100644 --- a/debian/bforce.prerm.debhelper +++ b/debian/bforce.prerm.debhelper @@ -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 diff --git a/patch-stamp b/patch-stamp deleted file mode 100644 index 7f70809..0000000 --- a/patch-stamp +++ /dev/null @@ -1,2 +0,0 @@ -Patches applied in the Debian version of : -