summarylogtreecommitdiffstats
path: root/pencil.install
blob: bcb3e47864e1ed35896fef8216f8f90d4a66ea41 (plain)
1
2
3
4
5
6
7
post_install() {
	update-desktop-database -q
}

post_remove() {
	post_install $1
}