updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / php-imagick / php-imagick.install
blob266402bff40a6ced19cd496a3669cc4e102ecbe5
1 post_install() {
2   echo '
3     ==> PHP extension
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     '
10 post_upgrade() {
11   post_install $1
14 # vim:set ts=2 sw=2 et: