summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/knetworkmanager.cmake/debian/network-manager-kde-trinity.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/wheezy/applications/knetworkmanager.cmake/debian/network-manager-kde-trinity.postinst')
-rw-r--r--debian/wheezy/applications/knetworkmanager.cmake/debian/network-manager-kde-trinity.postinst16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/wheezy/applications/knetworkmanager.cmake/debian/network-manager-kde-trinity.postinst b/debian/wheezy/applications/knetworkmanager.cmake/debian/network-manager-kde-trinity.postinst
new file mode 100644
index 000000000..fdd4e51ca
--- /dev/null
+++ b/debian/wheezy/applications/knetworkmanager.cmake/debian/network-manager-kde-trinity.postinst
@@ -0,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