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 19 00:16:31 UTC 2012
[aur-mirror.git]
/
horgand
/
horgand.install
blob
540082ea481f9301deeed7bd5c6738e84e5250e9
1
post_install() {
2
update-desktop-database -q
3
cat << EOF
4
5
==> To enable banks and rhytms by default, copy them in your ~/.horgand folder
6
==> from /usr/share/horgand and /usr/share/horgand/banks, for additive banks.
7
8
EOF
9
}
10
11
post_upgrade() {
12
post_install
13
}
14
15
post_remove() {
16
update-desktop-database -q
17
}