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