v0.9.2
[drlaunch] / debian / drlaunch.prerm
diff --git a/debian/drlaunch.prerm b/debian/drlaunch.prerm
new file mode 100644 (file)
index 0000000..fbc0f86
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+FNS="/usr/lib/hildon-desktop/drlaunch_widget.py /usr/share/applications/hildon-home/drlaunch.desktop"
+
+for F in $FNS ; do
+       if test -e "$F" ; then
+               echo "Removing: $F"
+               rm -f "$F"
+       fi
+done
+
+# Automatically added by dh_pysupport
+if which update-python-modules >/dev/null 2>&1; then
+       update-python-modules -c  drlaunch.public
+fi
+# End automatically added section
+
+exit 0
+