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 10 12:02:00 UTC 2012
[aur-mirror.git]
/
libenglab-cimg
/
libenglab-cimg.install
blob
240596c402a1e84a471a42b4c0efadf60c212aa5
1
#e new package version
2
post_install() {
3
/usr/bin/englab-ldconf
4
}
5
6
## arg 1: the new package version
7
## arg 2: the old package version
8
post_upgrade() {
9
/usr/bin/englab-ldconf
10
}
11
12
## arg 1: the old package version
13
post_remove() {
14
/usr/bin/englab-ldconf
15
}