chiark / gitweb /
correct changelog for 1.0.5
[userv.git] / debian / prerm
index fb21d38f71ece0c97b5721323a07f2d3a4c2313c..c40e404a32257905feab1dbc69b6c935387c9643 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-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 stop
 else
        /etc/init.d/userv stop