summaryrefslogtreecommitdiffstats
path: root/network-manager-applet/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'network-manager-applet/post-install')
-rw-r--r--network-manager-applet/post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/network-manager-applet/post-install b/network-manager-applet/post-install
new file mode 100644
index 0000000..5a5fa73
--- /dev/null
+++ b/network-manager-applet/post-install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+port=network-manager-applet
+
+# gconf schemas
+/usr/sbin/gconfpkg --install $port
+
+# icon cache
+gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+
+# End of file