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 Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git]
/
songs
/
songs.install
blob
3e0a2473bcfd532e7b1c04fe59db105f61904ef4
1
post_install() {
2
post_upgrade
3
}
4
5
post_upgrade() {
6
echo "==> Detecting new library..."
7
texhash
8
}
9
10
post_remove() {
11
post_upgrade
12
}
13
14
15
# vim:set ts=2 sw=2 et: