chiark / gitweb /
@@ -1,3 +1,9 @@
[userv.git] / debian / postinst
index 0341112c35655a66cd1b5c77bea87a955534d0ed..583b1b719c5abd47a72d1e610b53906db9a62e46 100644 (file)
@@ -2,7 +2,7 @@
 set -e
 update-rc.d userv defaults 19 50 > /dev/null
 
-if type -p invoke-rc.d >/dev/null 2>&1; then
+if type invoke-rc.d >/dev/null 2>&1; then
     invoke-rc.d userv start
 else
     /etc/init.d/userv start