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