14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
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:
|