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

post_remove() {
	post_install 
}