diff options
author | MagicMan <MagicMan07@bluebottle.com> | 2010-05-11 15:18:39 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:39 +0200 |
commit | ea6339beab13f645309320e0ed62b2ae348d4e26 (patch) | |
tree | 72ee7a8269d5e00bb6e86f04eba5e7a69279f28c /system/iscan/doinst.sh | |
parent | 118d28ca8679ce55be149d643990fb60b334066d (diff) | |
download | slackbuilds-ea6339beab13f645309320e0ed62b2ae348d4e26.tar.gz |
system/iscan: Initial import
Diffstat (limited to 'system/iscan/doinst.sh')
-rw-r--r-- | system/iscan/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/iscan/doinst.sh b/system/iscan/doinst.sh new file mode 100644 index 0000000000..98d466d8b9 --- /dev/null +++ b/system/iscan/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi |