updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / synapse / synapse.install
blobd3057825ae0950bce374352ed1ab88f3aa9f90f1
1 post_install() {
2   xdg-icon-resource forceupdate --theme hicolor &>/dev/null
3   update-desktop-database -q
6 post_upgrade() {
7   post_install
10 post_remove() {
11   post_install
14 # vim:set ts=2 sw=2 et: