repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
openlp
/
openlp.install
blob
f6b57714e1456749934f8dd940c22994a08cd961
1
post_install() {
2
echo "Please logout and back in or source /etc/profile.d/openlp.sh"
3
echo "if you're going to be using impress presentations in openlp."
4
update-desktop-database -q
5
}
6
post_upgrade() {
7
post_install
8
}
9
post_remove() {
10
update-desktop-database -q
11
}