summaryrefslogtreecommitdiffstats
path: root/php-imagick/php-imagick.install
diff options
context:
space:
mode:
Diffstat (limited to 'php-imagick/php-imagick.install')
-rw-r--r--php-imagick/php-imagick.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/php-imagick/php-imagick.install b/php-imagick/php-imagick.install
new file mode 100644
index 0000000..266402b
--- /dev/null
+++ b/php-imagick/php-imagick.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo '
+ ==> PHP extension
+
+ A config file was stored under /etc/php/conf.d/. In order to use this
+ extension make sure to uncomment it from its config file.
+ '
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: