From d5e07d3b6b5d2ecec73775cc9033b02d3536282f Mon Sep 17 00:00:00 2001 From: Daniel Klaffenbach Date: Wed, 23 Jun 2010 16:49:51 +0200 Subject: [PATCH 1/1] Hopefully fixed sudoers issue after uninstalling QCPUFreq --- debian/changelog | 7 +++++++ debian/postrm | 1 + src/main.cpp | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 245067b..24f33f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qcpufreq (0.2-2) unstable; urgency=low + + * Another attempt to clear the sudoers file after uninstallation + + -- maintainer Daniel Klaffenbach Wed, 23 Jun 2010 15:29:31 +0200 + + qcpufreq (0.2-1) unstable; urgency=low * SmartReflex support diff --git a/debian/postrm b/debian/postrm index beea656..e45406c 100755 --- a/debian/postrm +++ b/debian/postrm @@ -1,6 +1,7 @@ #!/bin/sh set -e +rm -f /etc/sudoers.d/qcpufreq.sudoers update-sudoers #DEBHELPER# diff --git a/src/main.cpp b/src/main.cpp index 31965f8..31872a6 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,6 @@ #include #include "mainwindow.h" -#include int main(int argc, char *argv[]) { -- 1.7.9.5