From f444fbc9cc9d6fc5fa71905788ea41ecee23a049 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Sun, 27 Dec 2009 23:22:19 +0200 Subject: [PATCH] add postrm script --- cell-modem-ui/debian/cell-modem-ui.postrm | 3 +++ cell-modem-ui/debian/changelog | 10 ++++++++++ cell-modem-ui/debian/control | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 cell-modem-ui/debian/cell-modem-ui.postrm diff --git a/cell-modem-ui/debian/cell-modem-ui.postrm b/cell-modem-ui/debian/cell-modem-ui.postrm new file mode 100644 index 0000000..535e466 --- /dev/null +++ b/cell-modem-ui/debian/cell-modem-ui.postrm @@ -0,0 +1,3 @@ +#!/bin/sh + +rm -f /etc/systemui/cell-modem-ui.xml diff --git a/cell-modem-ui/debian/changelog b/cell-modem-ui/debian/changelog index d4b4a5f..8f7a499 100644 --- a/cell-modem-ui/debian/changelog +++ b/cell-modem-ui/debian/changelog @@ -1,3 +1,13 @@ +cell-modem-ui (0.3-1) unstable; urgency=low + + * Added postrm script to remove files installed in /etc + as normally they're considered as config and are only + removed when purged, not when uninstalled. + This fixed uninstall issue sometimes experienced. + * Fixed XB-Maemo-Display-Name to be shorter + + -- Tuomo Tanskanen Sun, 27 Dec 2009 18:44:35 +0200 + cell-modem-ui (0.2-2) unstable; urgency=low * Bugtracker added to debian/control diff --git a/cell-modem-ui/debian/control b/cell-modem-ui/debian/control index 3debf86..aee0171 100644 --- a/cell-modem-ui/debian/control +++ b/cell-modem-ui/debian/control @@ -14,7 +14,7 @@ Description: Add Enable/Disable Phone buttons to powerkey menu going to full Offline mode. Handy for having WLAN enabled, but phone off (e.g. flights, hospitals). Requires reboot (or "killall systemui") to activate/deactivate. -XB-Maemo-Display-Name: Cellular Modem Control UI - Powerkey buttons +XB-Maemo-Display-Name: Cellular Modem Control Buttons XSBC-Bugtracker: https://garage.maemo.org/tracker/?atid=4408&group_id=1176&func=browse XB-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0 -- 1.7.9.5