diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 15:18:44 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:18:44 +0200 |
commit | 1b81462a76b1f3dcdbeec766b0f1a0c8e81d3665 (patch) | |
tree | 5a769277ba0b88cbfeb1c6636e73f8291b53b054 /system/sakura/doinst.sh | |
parent | fd91bce7f74c4f7cfcd89ee4dde976988d40292c (diff) | |
download | slackbuilds-1b81462a76b1f3dcdbeec766b0f1a0c8e81d3665.tar.gz |
system/sakura: Initial import
Diffstat (limited to 'system/sakura/doinst.sh')
-rw-r--r-- | system/sakura/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/sakura/doinst.sh b/system/sakura/doinst.sh new file mode 100644 index 0000000000..85aad974d0 --- /dev/null +++ b/system/sakura/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database &> /dev/null +fi |