diff options
Diffstat (limited to 'banshee/post-install')
-rwxr-xr-x | banshee/post-install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/banshee/post-install b/banshee/post-install new file mode 100755 index 0000000..3722b38 --- /dev/null +++ b/banshee/post-install @@ -0,0 +1,14 @@ +#!/bin/sh + +port=banshee + +# mime database +update-mime-database /usr/share/mime > /dev/null + +# desktop database +update-desktop-database > /dev/null + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +# End of file |