summarylogtreecommitdiffstats
path: root/php-imagick.install
diff options
context:
space:
mode:
authorJérôme Groven2018-01-22 14:20:56 +0100
committerJérôme Groven2018-01-22 14:20:56 +0100
commitd96803f3205fb21276a9306efb02ece65b2efd1b (patch)
treea59d55d981f3cbcb35795bbe9f109a36fd970e96 /php-imagick.install
downloadaur-d96803f3205fb21276a9306efb02ece65b2efd1b.tar.gz
php70-imagick 3.4.3
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..0aae01227c17
--- /dev/null
+++ b/php-imagick.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo '
+ ==> PHP70 extension
+
+ A config file was stored under /etc/php70/conf.d/ with the extension enabled.
+ '
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: