[Pkg-utopia-commits] r2173 - in /packages/unstable/network-manager-applet/debian: changelog network-manager-gnome.postinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 3 19:37:37 UTC 2008


Author: biebl
Date: Thu Apr  3 19:37:36 2008
New Revision: 2173

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2173
Log:
debian/network-manager-gnome.postinst
- Tell dbus to reload its config files.

Added:
    packages/unstable/network-manager-applet/debian/network-manager-gnome.postinst
Modified:
    packages/unstable/network-manager-applet/debian/changelog

Modified: packages/unstable/network-manager-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/changelog?rev=2173&op=diff
==============================================================================
--- packages/unstable/network-manager-applet/debian/changelog (original)
+++ packages/unstable/network-manager-applet/debian/changelog Thu Apr  3 19:37:36 2008
@@ -16,8 +16,10 @@
   * debian/rules
     - The nm-applet autostart file is now installed into /etc/xdg/autostart by
       default, so we no longer have to move it around manually.
+  * debian/network-manager-gnome.postinst
+    - Tell dbus to reload its config files.
 
- -- Michael Biebl <biebl at debian.org>  Thu, 03 Apr 2008 04:10:56 +0200
+ -- Michael Biebl <biebl at debian.org>  Thu, 03 Apr 2008 21:34:40 +0200
 
 network-manager-applet (0.6.5-3) unstable; urgency=low
 

Added: packages/unstable/network-manager-applet/debian/network-manager-gnome.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/network-manager-gnome.postinst?rev=2173&op=file
==============================================================================
--- packages/unstable/network-manager-applet/debian/network-manager-gnome.postinst (added)
+++ packages/unstable/network-manager-applet/debian/network-manager-gnome.postinst Thu Apr  3 19:37:36 2008
@@ -1,0 +1,16 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+  configure)
+  	# Ask D-Bus to reload the config file
+  	if [ -x "/etc/init.d/dbus" ]; then
+		invoke-rc.d dbus force-reload || true
+	fi
+	;;
+esac
+
+#DEBHELPER#
+
+exit 0




More information about the Pkg-utopia-commits mailing list