summarylogtreecommitdiffstats
path: root/kfilebox.install
blob: 85c6a9f0ad219cb9e2fd3116bc61fd97c2709bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	kbuildsycoca4
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}