summarylogtreecommitdiffstats
path: root/kmenuedit-git.install
blob: f32ae9d179f2bda3d512c6b4aac6e4cdc0a77678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}