Initial upload
[quick-widgets] / debian / prerm
diff --git a/debian/prerm b/debian/prerm
new file mode 100644 (file)
index 0000000..ac1a54e
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo "Killing Quick widgets if it is running"
+if [ ! -z "$(pidof quick-widgets)" ]; then stop quick-widgets; fi
+if [ ! -z "$(pidof quick-widgets)" ]; then killall -9 quick-widgets; fi