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

post_remove() {
	[ -d /opt/loic ] && rm -rf /opt/loic || return 0
}