From cae7b71196612d90c08c39ba2bdc8d0d974aa412 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 17 Jan 2010 11:59:51 +0100 Subject: mass updates/adds Signed-off-by: Florian Pritz --- php-imagick/php-imagick.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 php-imagick/php-imagick.install (limited to 'php-imagick/php-imagick.install') 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: -- cgit v1.2.3-24-g4f1b