summaryrefslogtreecommitdiffstats
path: root/orca/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'orca/post-install')
-rwxr-xr-xorca/post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/orca/post-install b/orca/post-install
new file mode 100755
index 0000000..e9feca3
--- /dev/null
+++ b/orca/post-install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+port=orca
+
+# desktop database
+update-desktop-database > /dev/null
+
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
+# End of file