diff options
author | Frank Perez <fperez.it@gmail.com> | 2010-05-13 00:57:35 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:57:35 +0200 |
commit | 2cfc8cf410f5f4502000cc7d4faf70e43382f4f6 (patch) | |
tree | 98991560e665c11c12c9f0bec5f14c40a94d4193 /desktop/bilbo/doinst.sh | |
parent | 8ee7cf4834ba157f466ac98b101e7821564eae1b (diff) | |
download | slackbuilds-2cfc8cf410f5f4502000cc7d4faf70e43382f4f6.tar.gz |
desktop/bilbo: Added to 13.0 repository
Diffstat (limited to 'desktop/bilbo/doinst.sh')
-rw-r--r-- | desktop/bilbo/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/bilbo/doinst.sh b/desktop/bilbo/doinst.sh new file mode 100644 index 0000000000..e4e6459838 --- /dev/null +++ b/desktop/bilbo/doinst.sh @@ -0,0 +1,8 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + |