blob: 537aee63eb5a8d834cbfe503cccc091f5149ca77 (
plain)
1
2
3
4
5
6
7
|
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."
}
post_upgrade() {
post_install
}
|