diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:55:17 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:55:17 +0200 |
commit | 030b2736caa04518f685d799fd17302cd277b91a (patch) | |
tree | 4269820600250149d03d8aba29f778cebf587b2c /system/fslint/doinst.sh | |
parent | 832b1e03377af6a0cdd5783ac3260e57b18624c3 (diff) | |
download | slackbuilds-030b2736caa04518f685d799fd17302cd277b91a.tar.gz |
system/fslint: Added to 12.1 repository
Diffstat (limited to 'system/fslint/doinst.sh')
-rw-r--r-- | system/fslint/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/fslint/doinst.sh b/system/fslint/doinst.sh new file mode 100644 index 0000000000..811aee2d7d --- /dev/null +++ b/system/fslint/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi |