summarylogtreecommitdiffstats
path: root/openlp.install
blob: f6b57714e1456749934f8dd940c22994a08cd961 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo "Please logout and back in or source /etc/profile.d/openlp.sh"
	echo "if you're going to be using impress presentations in openlp."
	update-desktop-database -q
}
post_upgrade() {
	post_install
}
post_remove() {
	update-desktop-database -q
}