diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-11 22:53:20 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:20 +0200 |
commit | 49b6a6aef9ce51269a2d9e68d058a02838b2658e (patch) | |
tree | 189e86631c5f645d1c78843f21c94d4c64b3ca31 /desktop/emerald/doinst.sh | |
parent | 0ffe6473aae2ba908d9c9fd5b8a1abc820176f7c (diff) |
desktop/emerald: Added to 12.1 repository
Diffstat (limited to 'desktop/emerald/doinst.sh')
-rw-r--r-- | desktop/emerald/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/emerald/doinst.sh b/desktop/emerald/doinst.sh new file mode 100644 index 0000000000000..83f515066f66e --- /dev/null +++ b/desktop/emerald/doinst.sh @@ -0,0 +1,9 @@ + +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 + |