summaryrefslogtreecommitdiff
path: root/pcr/conkeror-git/conkeror-git.install
blob: add795f60ee6abb2b0b79cea083e5921c888c594 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	update-desktop-database -q
}

post_upgrade() {
	post_install $1
}

post_remove() {
	update-desktop-database -q
}