diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-11 20:02:08 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:02:08 +0200 |
commit | f6bfc6421fad3610efaab545abc419e16d5ba993 (patch) | |
tree | 92f90ca13cce110ddcf13bf98302baa1016c9444 /system/squeeze/doinst.sh | |
parent | 6b606c42a37065bf50d13cdb44d070e11df8de81 (diff) | |
download | slackbuilds-f6bfc6421fad3610efaab545abc419e16d5ba993.tar.gz |
system/squeeze: Added to 12.0 repository
Diffstat (limited to 'system/squeeze/doinst.sh')
-rw-r--r-- | system/squeeze/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/squeeze/doinst.sh b/system/squeeze/doinst.sh new file mode 100644 index 0000000000..5dc6bb58c0 --- /dev/null +++ b/system/squeeze/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi |