summarylogtreecommitdiffstats
path: root/kfilebox.install
blob: eb6dc2ecbe64930f1517a7baba354e75e7ec2deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	kbuildsycoca5
	gtk-update-icon-cache
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}