Added option to skip the leading zero of an incoming call.
[jenirok] / debian / postrm
index a0d93df..ecec86f 100644 (file)
@@ -1,9 +1,8 @@
 #!/bin/sh
 
-# Remove database and init scripts if app was removed
+# Remove database if app was removed
 if [ "$1" == "purge" ] || [ "$1" == "remove" ]; then
   rm -f /home/user/.jenirok.db
-  update-rc.d -f jenirokd remove >/dev/null 2>&1
 fi
 
 exit 0