diff options
author | Mark Walling <markwalling@gmail.com> | 2010-05-11 15:18:40 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:40 +0200 |
commit | e1471001dc486730939676695fb5db1430c4516a (patch) | |
tree | c9f72e1c69bceea262b07dec3f11ad79ae8e8e79 /system/moto4lin/doinst.sh | |
parent | 4234c7c57ad3d15b16af8ef978ff81b4c6c8e192 (diff) |
system/moto4lin: Initial import
Diffstat (limited to 'system/moto4lin/doinst.sh')
-rw-r--r-- | system/moto4lin/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/moto4lin/doinst.sh b/system/moto4lin/doinst.sh new file mode 100644 index 0000000000000..306b711d3edd1 --- /dev/null +++ b/system/moto4lin/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; + then usr/bin/update-desktop-database -q usr/share/applications +fi |