summarylogtreecommitdiffstats
path: root/google-musicmanager.install
blob: 546470269828dc57aceac80efe5893f512aaae01 (plain)
1
2
3
4
5
6
7
post_install() {
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}

post_remove() {
    post_install
}