arch-ppa/src/php-imagick/php-imagick.install

14 lines
200 B
Plaintext
Raw Normal View History

2018-01-16 01:28:03 -05:00
post_install() {
echo '
==> PHP extension
A config file was stored under /etc/php/conf.d/ with the extension enabled.
'
}
post_upgrade() {
post_install $1
}
# vim:set ts=2 sw=2 et: