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 Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
php-rrdtool
/
php-rrdtool.install
blob
de1ab9e3bdfb60ef9e3d46020aee8ddc9f2254ac
1
post_install() {
2
echo "For the extension to be loaded by PHP, you need to add it in php.ini or you can issue this command:
3
echo 'extension=rrdtool.so' > /etc/php/conf.d/rrdtool.ini"
4
}