summaryrefslogtreecommitdiff
path: root/staging/kdegames/kdegames-kpatience.install
blob: 3af34a012ddb3af99c3e187ddb7d1e164bd908c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
    update-mime-database usr/share/mime &> /dev/null
    update-desktop-database -q
}

post_upgrade() {
	post_install
}

post_remove() {
    post_install
}