repo.or.cz
/
cinan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
awesome 3.3 --> 3.4
[cinan.git]
/
root
/
var
/
lib
/
pacman
/
local
/
libcdio-0.81-2
/
install
blob
33a4e1ace1fcf03361df7671b2de04b4c41de540
1
info_dir=/usr/share/info
2
3
post_install() {
4
install-info ${info_dir}/libcdio.info.gz ${info_dir}/dir 2> /dev/null
5
}
6
7
post_upgrade() {
8
post_install $1
9
}
10
11
pre_remove() {
12
install-info --delete ${info_dir}/libcdio.info.gz ${info_dir}/dir 2> /dev/null
13
}