summaryrefslogtreecommitdiffstats
path: root/system/pcmanfm/doinst.sh
diff options
context:
space:
mode:
author Chess Griffin2010-05-11 20:02:04 +0200
committer Robby Workman2010-05-11 20:02:04 +0200
commit8ba56473252e017a6287fd72b8805087e8130a19 (patch)
tree7fa2f2f9fbece8dbb5f3380c97b5b639652c3ae7 /system/pcmanfm/doinst.sh
parent9ac22dfec65735933e21ee088fb1fef57972e965 (diff)
downloadslackbuilds-8ba56473252e017a6287fd72b8805087e8130a19.tar.gz
system/pcmanfm: Added to 12.0 repository
Diffstat (limited to 'system/pcmanfm/doinst.sh')
-rw-r--r--system/pcmanfm/doinst.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/pcmanfm/doinst.sh b/system/pcmanfm/doinst.sh
new file mode 100644
index 0000000000..474753e464
--- /dev/null
+++ b/system/pcmanfm/doinst.sh
@@ -0,0 +1,8 @@
+
+if [ -x usr/bin/update-desktop-database ]; then
+ ./usr/bin/update-desktop-database ./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