diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-05-13 01:00:51 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 01:00:51 +0200 |
commit | e3643e46abae75a4e506bd002e8f8125b643d84e (patch) | |
tree | 3091329b0f15168968970817491c17317741643e /system/herculesstudio/doinst.sh | |
parent | 9de55a8d377188eb3c2d5644f84cbc0177c66a63 (diff) |
system/herculesstudio: Added to 13.0 repository
Diffstat (limited to 'system/herculesstudio/doinst.sh')
-rw-r--r-- | system/herculesstudio/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/herculesstudio/doinst.sh b/system/herculesstudio/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/system/herculesstudio/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |