diff options
author | Bogdan Tatarov <bogdan.tatarov@gmail.com> | 2010-05-13 01:00:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:41 +0200 |
commit | e89a181e59bf614bf3e4a4d4f9c1bb2c94584305 (patch) | |
tree | d3c7ec616c98edda9f6c12b5a378f0b34781490f /system/ccd2iso/doinst.sh | |
parent | 29f9bed3aee47afa3187f1101fe5c564f7909867 (diff) | |
download | slackbuilds-e89a181e59bf614bf3e4a4d4f9c1bb2c94584305.tar.gz |
system/ccd2iso: Added to 13.0 repository
Diffstat (limited to 'system/ccd2iso/doinst.sh')
-rw-r--r-- | system/ccd2iso/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/ccd2iso/doinst.sh b/system/ccd2iso/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/system/ccd2iso/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 + |