From 2092630a9ad186705d73db0c87db757bd4401b6a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 8 Jul 2013 19:51:03 -0500 Subject: Rename knetworkmanager9 and kpwoersave-nohal modules in Debian and Ubuntu --- .../applications/tdepowersave/debian/postrm | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ubuntu/precise/applications/tdepowersave/debian/postrm (limited to 'ubuntu/precise/applications/tdepowersave/debian/postrm') diff --git a/ubuntu/precise/applications/tdepowersave/debian/postrm b/ubuntu/precise/applications/tdepowersave/debian/postrm new file mode 100644 index 000000000..9e8ecc977 --- /dev/null +++ b/ubuntu/precise/applications/tdepowersave/debian/postrm @@ -0,0 +1,24 @@ +#! /bin/sh + +set -e + +package_name=kpowersave-nohal-trinity + +if [ -z "$package_name" ]; then + print >&2 "Internal Error. Please report a bug." + exit 1; +fi + +case "$1" in + remove) + dpkg-divert --package $package_name --rename --remove /etc/acpi/powerbtn.sh + ;; + purge) + ;; + upgrade) + ;; + *) echo "$0: didn't understand being called with \`$1'" 1>&2 + exit 0;; +esac + +exit 0 -- cgit v1.2.3