summaryrefslogtreecommitdiffstats
path: root/banshee/post-install
blob: 3722b3870699d213902382721e47504cc8a66ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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