diff options
author | Alex Lysenka <me@alkos333.net> | 2010-05-11 19:44:11 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:44:11 +0200 |
commit | e1368d32a83343a2c6dfee485b4fc24b884681d6 (patch) | |
tree | 2e7ba30c921b2526ff82023a7ad2e910a8b9f0aa /development/Amaya/doinst.sh | |
parent | 0d1c356fb2104a1876819da9d2830463d9420b2e (diff) |
development/Amaya: Updated for version 9.54
Diffstat (limited to 'development/Amaya/doinst.sh')
-rw-r--r-- | development/Amaya/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/Amaya/doinst.sh b/development/Amaya/doinst.sh new file mode 100644 index 0000000000..ffc3036c9c --- /dev/null +++ b/development/Amaya/doinst.sh @@ -0,0 +1,8 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi + +if [ -x usr/bin/update-mime-database ]; then + usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + |