[maemo-commits] [maemo-commits] r17729 - projects/haf/trunk/osso-af-utils/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Mar 18 17:49:32 EET 2009
Author: schulhof
Date: 2009-03-18 17:49:27 +0200 (Wed, 18 Mar 2009)
New Revision: 17729

Removed:
   projects/haf/trunk/osso-af-utils/debian/postinst
   projects/haf/trunk/osso-af-utils/debian/postrm
Modified:
   projects/haf/trunk/osso-af-utils/debian/changelog
Log:
Get rid of post(inst|rm) altogether

Modified: projects/haf/trunk/osso-af-utils/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/changelog	2009-03-18 12:41:20 UTC (rev 17728)
+++ projects/haf/trunk/osso-af-utils/debian/changelog	2009-03-18 15:49:27 UTC (rev 17729)
@@ -1,3 +1,9 @@
+osso-af-utils (2.0-3) unstable; urgency=low
+
+  * Get rid of postinst and postrm altogether
+
+ -- Gabriel Schulhof <kimmo.hamalainen at nokia.com>  Wed, 18 Mar 2009 17:44:19 +0200
+
 osso-af-utils (2.0-2) unstable; urgency=low
 
   * Do not touch /home/user during postinst

Deleted: projects/haf/trunk/osso-af-utils/debian/postinst
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/postinst	2009-03-18 12:41:20 UTC (rev 17728)
+++ projects/haf/trunk/osso-af-utils/debian/postinst	2009-03-18 15:49:27 UTC (rev 17729)
@@ -1,49 +0,0 @@
-#! /bin/sh
-# postinst script for app-killer
-#
-# see: dh_installdeb(1)
-
-set -e
-
-USERHOME="/etc/skel"
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-
-case "$1" in
-    configure)
-      update-rc.d fb-progress.sh start 12 2 . stop 20 5 . > /dev/null
-      USER_ICON_DIR=/usr/share/user-icons
-      ln -sf $USER_ICON_DIR $USERHOME/.icons
-      ln -sf /usr/share/icons/xcursor-transparent \
-        $USER_ICON_DIR/xcursor-transparent
-      ln -sf /usr/lib/libXcursor.so.1 /usr/lib/libXcursor.so
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-

Deleted: projects/haf/trunk/osso-af-utils/debian/postrm
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/postrm	2009-03-18 12:41:20 UTC (rev 17728)
+++ projects/haf/trunk/osso-af-utils/debian/postrm	2009-03-18 15:49:27 UTC (rev 17729)
@@ -1,2 +0,0 @@
-#!/bin/sh
-update-rc.d -f fb-progress.sh remove > /dev/null


More information about the maemo-commits mailing list