summarylogtreecommitdiffstats
path: root/php-facedetect.install
diff options
context:
space:
mode:
Diffstat (limited to 'php-facedetect.install')
-rw-r--r--php-facedetect.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/php-facedetect.install b/php-facedetect.install
new file mode 100644
index 000000000000..c59907066182
--- /dev/null
+++ b/php-facedetect.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=4 sw=4: