summarylogtreecommitdiffstats
path: root/php-imagick.install
diff options
context:
space:
mode:
authorMladen Milinkovic2016-02-07 04:18:07 +0100
committerMladen Milinkovic2016-02-07 04:18:07 +0100
commitd00f5984a94317d99b0d1a49d1ac5b10cc71e5bb (patch)
tree3d9871ef4930fba3d962afc0c5fd783439009265 /php-imagick.install
downloadaur-d00f5984a94317d99b0d1a49d1ac5b10cc71e5bb.tar.gz
php56-imagick 3.1.2
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: