summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
authorGilrain2021-02-22 10:59:30 +0100
committerGilrain2021-02-22 10:59:30 +0100
commit7c3dba2a6d3f7a3f85447337846b0456917b8f99 (patch)
tree07ff4f503b37e4014c69c163096e6feeeb23dbf3 /.install
downloadaur-7c3dba2a6d3f7a3f85447337846b0456917b8f99.tar.gz
Initial import
Diffstat (limited to '.install')
-rw-r--r--.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/.install b/.install
new file mode 100644
index 000000000000..6a7d79652fe9
--- /dev/null
+++ b/.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo 'Start using the h5bp configuration by copying the example HTTPD'
+ echo 'configuration from `/etc/httpd/conf/vhosts/templates/example.com.conf`'
+ echo 'to the `/etc/httpd/conf/vhosts` directory with the desired domain and'
+ echo 'top level name to your liking.'
+}
+
+post_update() {
+ post_install
+}