diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 15:03:03 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:03:03 +0200 |
commit | d96e385ad9a7e2f0b7b838e0654073a7b7796744 (patch) | |
tree | aa76498a0a9a329b6edfb2770c685cb53d2fb18f /office/kile/doinst.sh | |
parent | 54c47f7da188c40405f7cfe870fbb42005cb486f (diff) |
office/kile: Initial import
Diffstat (limited to 'office/kile/doinst.sh')
-rw-r--r-- | office/kile/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/kile/doinst.sh b/office/kile/doinst.sh new file mode 100644 index 0000000000000..872c37ab57954 --- /dev/null +++ b/office/kile/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./opt/kde/share/applications >/dev/null 2>&1 +fi |