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 12 04:00:44 UTC 2012
[aur-mirror.git]
/
php-qt-svn
/
php-qt.install
blob
793ff65b03f4eb03e9eb176452a7ecd2814086d5
1
2
post_install() {
3
echo ">> Remember to add 'extension=php_qt.so' to /etc/php/php.ini"
4
}
5
6
post_remove()
7
{
8
echo ">> Remember to remove 'extension=php_qt.so' from /etc/php/php.ini"
9
}
10
11
op=$1
12
shift
13
$op $*