summaryrefslogtreecommitdiffstats
path: root/network/castor/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'network/castor/doinst.sh')
-rw-r--r--network/castor/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/castor/doinst.sh b/network/castor/doinst.sh
new file mode 100644
index 0000000000..7bb20ae58a
--- /dev/null
+++ b/network/castor/doinst.sh
@@ -0,0 +1,6 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -q usr/share/icons >/dev/null 2>&1
+fi