summaryrefslogtreecommitdiffstats
path: root/system/gparted/doinst.sh
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-11 15:18:38 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 15:18:38 +0200
commitb0ecc439edc1bb9daa83e664203420e685227856 (patch)
treea2ae6e1d4e71267c54e432355a8ed4542eec20fe /system/gparted/doinst.sh
parentb6eeac29fc7593c412edca232b8fa188e99330c6 (diff)
downloadslackbuilds-b0ecc439edc1bb9daa83e664203420e685227856.tar.gz
slackbuilds-b0ecc439edc1bb9daa83e664203420e685227856.tar.xz
system/gparted: Initial import
Diffstat (limited to 'system/gparted/doinst.sh')
-rw-r--r--system/gparted/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/gparted/doinst.sh b/system/gparted/doinst.sh
new file mode 100644
index 0000000000..85aad974d0
--- /dev/null
+++ b/system/gparted/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x usr/bin/update-desktop-database ]; then
+ usr/bin/update-desktop-database &> /dev/null
+fi