Missed a file in previous commit
authorJohn Pietrzak <john@pietrzak.org>
Thu, 9 Feb 2012 01:47:24 +0000 (20:47 -0500)
committerJohn Pietrzak <john@pietrzak.org>
Thu, 9 Feb 2012 01:47:24 +0000 (20:47 -0500)
Forgot to add the "postrm" file in the previous commit.

pierogi.pro
qtc_packaging/debian_fremantle/postrm [new file with mode: 0755]

index 18ae9ff..6d624c6 100644 (file)
@@ -213,7 +213,8 @@ OTHER_FILES += \
     www/TVTab.png \
     www/PierogiIcon.png \
     www/AdjustTab.png \
-    www/InputTab.png
+    www/InputTab.png \
+    qtc_packaging/debian_fremantle/postrm
 
 RESOURCES += \
     PierogiResources.qrc
diff --git a/qtc_packaging/debian_fremantle/postrm b/qtc_packaging/debian_fremantle/postrm
new file mode 100755 (executable)
index 0000000..1c5faec
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+rm /etc/sudoers.d/pierogi.sudoers
+
+update-sudoers
+
+exit 0