summarylogtreecommitdiffstats
path: root/autokey-py3.install
blob: 956aa1d36a5e58ba4ee3f8dd7d82c20d0c8fdf74 (plain)
1
2
3
4
5
6
7
post_install() {
    [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}

post_remove() {
    post_install
}