diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-05-13 00:58:15 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:15 +0200 |
commit | fc89f27c2622d490b1d797b10f7c3ca94c2cf29b (patch) | |
tree | 5f6ffb4eb72cf34ebe4772e621a5dc993456eb77 /graphics/LDView/doinst.sh | |
parent | fc0c4508742e243f371782fb1229f5e826b98d50 (diff) | |
download | slackbuilds-fc89f27c2622d490b1d797b10f7c3ca94c2cf29b.tar.gz |
graphics/LDView: Added to 13.0 repository
Diffstat (limited to 'graphics/LDView/doinst.sh')
-rw-r--r-- | graphics/LDView/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/LDView/doinst.sh b/graphics/LDView/doinst.sh new file mode 100644 index 0000000000..ba98b9dbd5 --- /dev/null +++ b/graphics/LDView/doinst.sh @@ -0,0 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q /usr/share/applications >/dev/null 2>&1 +fi +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database /usr/share/mime >/dev/null 2>&1 +fi + |