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 Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git]
/
php-pdo-firebird
/
php-pdo-firebird.install
blob
e842dd64dfc217f293a2445f0a15992c1303523d
1
post_install() {
2
cat << _EOF
3
>>> Extension allowed in /etc/php/conf.d/pdo_firebird.ini
4
5
_EOF
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11