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 Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git]
/
verynice
/
verynice.install
blob
eaddb4b90b1dc19aa9980d6cb4979067badc1043
1
post_install() {
2
ln -sf /usr/etc/verynice.conf /etc/verynice.conf
3
}
4
5
post_upgrade() {
6
post_install $1
7
}
8
9
post_remove() {
10
rm /etc/verynice.conf
11
}
12
13
# vim:set ts=2 sw=2 et: