summarylogtreecommitdiffstats
path: root/php-kolabformat.install
diff options
context:
space:
mode:
authormuhviehstarr2020-05-11 09:50:32 +0200
committermuhviehstarr2020-05-11 09:50:32 +0200
commite4dd40d85ce70bad7f26e777956a099c03bbde69 (patch)
treec912bff55d0500eb8e094f7ec55b455ef1f2d01a /php-kolabformat.install
parentb46a5ad2f8e915bc55855192fed29a2ac12e6e74 (diff)
downloadaur-php-kolabformat.tar.gz
adopted package
Diffstat (limited to 'php-kolabformat.install')
-rw-r--r--php-kolabformat.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/php-kolabformat.install b/php-kolabformat.install
new file mode 100644
index 000000000000..fa56baf81074
--- /dev/null
+++ b/php-kolabformat.install
@@ -0,0 +1,10 @@
+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.
+ '
+}
+
+# vim:set ts=2 sw=2 et: