summarylogtreecommitdiffstats
path: root/php-imagick.install
diff options
context:
space:
mode:
Diffstat (limited to 'php-imagick.install')
-rw-r--r--php-imagick.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/php-imagick.install b/php-imagick.install
new file mode 100644
index 000000000000..4c67a75d115e
--- /dev/null
+++ b/php-imagick.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo '
+ ==> PHP56 extension
+
+ A config file was stored under /etc/php56/conf.d/ with the extension enabled.
+ '
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: