diff options
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 0000000000..83f515066f --- /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 + |