summaryrefslogtreecommitdiffstats
path: root/multimedia/kdenlive/doinst.sh
diff options
context:
space:
mode:
author stormtracknole2010-05-13 00:59:43 +0200
committer Robby Workman2010-05-13 00:59:43 +0200
commit30b84271fcec7c5374ef2e0bd540131cf7880ce0 (patch)
treee4d57bf6e7b07d23421b335cf66d69800ccd631e /multimedia/kdenlive/doinst.sh
parent74948c43587b79e1b0b48df3d593e99609b09f2e (diff)
downloadslackbuilds-30b84271fcec7c5374ef2e0bd540131cf7880ce0.tar.gz
multimedia/kdenlive: Added to 13.0 repository
Diffstat (limited to 'multimedia/kdenlive/doinst.sh')
-rw-r--r--multimedia/kdenlive/doinst.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/kdenlive/doinst.sh b/multimedia/kdenlive/doinst.sh
new file mode 100644
index 0000000000..81b301c3a3
--- /dev/null
+++ b/multimedia/kdenlive/doinst.sh
@@ -0,0 +1,20 @@
+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/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/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 [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
+ fi
+fi
+