From 2dd98e8b31c6fa747d5f25bf65bdf11b51d18322 Mon Sep 17 00:00:00 2001 From: John Pietrzak Date: Wed, 8 Feb 2012 20:47:24 -0500 Subject: [PATCH] Missed a file in previous commit Forgot to add the "postrm" file in the previous commit. --- pierogi.pro | 3 ++- qtc_packaging/debian_fremantle/postrm | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100755 qtc_packaging/debian_fremantle/postrm diff --git a/pierogi.pro b/pierogi.pro index 18ae9ff..6d624c6 100644 --- a/pierogi.pro +++ b/pierogi.pro @@ -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 index 0000000..1c5faec --- /dev/null +++ b/qtc_packaging/debian_fremantle/postrm @@ -0,0 +1,7 @@ +#!/bin/sh + +rm /etc/sudoers.d/pierogi.sudoers + +update-sudoers + +exit 0 -- 1.7.9.5