summaryrefslogtreecommitdiffstats
path: root/source/n/gpa/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/gpa/doinst.sh')
-rw-r--r--source/n/gpa/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/n/gpa/doinst.sh b/source/n/gpa/doinst.sh
new file mode 100644
index 000000000..1b722006a
--- /dev/null
+++ b/source/n/gpa/doinst.sh
@@ -0,0 +1,13 @@
+# [note after changing relative paths to absolute ones]
+#
+# Sorry, but things like this can't be done from the
+# installer, or must be deferred until after everything
+# is installed (i.e. scripted in /var/log/setup)
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database &> /dev/null
+fi
+
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /gtk-update-icon-cache -f -t /usr/share/icons/hicolor &> /dev/null
+fi