summarylogtreecommitdiffstats
path: root/doas.install
diff options
context:
space:
mode:
authorLenni vH2020-08-18 19:26:27 +0200
committerLenni vH2020-08-18 19:26:27 +0200
commitc5140aa64aa7aa234c13a817239543583531f6d7 (patch)
treee771699604d1b4a92e6cd29868ac0da06d983479 /doas.install
parent4b78582491c876b6bd31c2055396644564f056c5 (diff)
downloadaur-c5140aa64aa7aa234c13a817239543583531f6d7.tar.gz
fixes to PKGBUILD, added changelog and configuration instructions
Diffstat (limited to 'doas.install')
-rw-r--r--doas.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/doas.install b/doas.install
new file mode 100644
index 000000000000..755d4780292f
--- /dev/null
+++ b/doas.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo " >> Edit the configuration in /etc/doas.conf"
+ echo " >> by adding your username or other values"
+}