summaryrefslogtreecommitdiffstats
path: root/orca/post-install
blob: e9feca319db9d13b265699bb62a61735d425b1c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

port=orca

# desktop database
update-desktop-database > /dev/null

# icon cache
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

# End of file