summarylogtreecommitdiffstats
path: root/portal.install
diff options
context:
space:
mode:
authorSP2015-10-08 20:12:56 +0000
committerSP2015-10-08 20:12:56 +0000
commite71e8da1046e118451e3de0fe25c747b85adfcac (patch)
treefec551e43e39d5347c32372b6a04772dd0dd4671 /portal.install
parent39cd568824cb3b8149edc6971507df7076e4ebab (diff)
downloadaur-e71e8da1046e118451e3de0fe25c747b85adfcac.tar.gz
added portal.install and backup array for postfix files
Diffstat (limited to 'portal.install')
-rw-r--r--portal.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/portal.install b/portal.install
new file mode 100644
index 000000000000..2a8853332d6c
--- /dev/null
+++ b/portal.install
@@ -0,0 +1,11 @@
+post_install() {
+ portal-postconf -d "$HOST"
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}