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 20:01:47 UTC 2012
[aur-mirror.git]
/
ncmpcpp-fftw
/
ncmpcpp-fftw.install
blob
b539969aebfc52f6a4a6a726c3dc3caa64a9aad6
1
pre_install() {
2
/bin/true
3
}
4
post_install() {
5
echo "Example configuration files can be found in"
6
echo "/usr/share/doc/ncmpcpp"
7
}
8
pre_upgrade() {
9
/bin/true
10
}
11
post_upgrade() {
12
/bin/true
13
}
14
pre_remove() {
15
/bin/true
16
}
17
post_remove() {
18
/bin/true
19
}