summaryrefslogtreecommitdiffstats
path: root/desktop/recorditnow/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/recorditnow/doinst.sh')
-rw-r--r--desktop/recorditnow/doinst.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop/recorditnow/doinst.sh b/desktop/recorditnow/doinst.sh
new file mode 100644
index 0000000000..897a6ba833
--- /dev/null
+++ b/desktop/recorditnow/doinst.sh
@@ -0,0 +1,14 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications/kde4 >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
+
+if [ -x /usr/bin/kbuildsycoca4 ]; then
+ /usr/bin/kbuildsycoca4 >/dev/null 2>&1
+fi
+