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 17 08:05:08 UTC 2012
[aur-mirror.git]
/
php52-libevent
/
php52-libevent.install
blob
266402bff40a6ced19cd496a3669cc4e102ecbe5
1
post_install() {
2
echo '
3
==> PHP extension
4
5
A config file was stored under /etc/php/conf.d/. In order to use this
6
extension make sure to uncomment it from its config file.
7
'
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
# vim:set ts=2 sw=2 et: