summarylogtreecommitdiffstats
path: root/ajenti.install
diff options
context:
space:
mode:
authorKonstantin Stepanov2015-06-19 10:58:30 +0300
committerKonstantin Stepanov2015-06-19 10:58:30 +0300
commitac55006254ec39e5a16d26f97b5ab90f473360ab (patch)
treeb62c2a2207eab1c1d7853957c59492ba4bb03b58 /ajenti.install
downloadaur-ac55006254ec39e5a16d26f97b5ab90f473360ab.tar.gz
import package from old aur
Diffstat (limited to 'ajenti.install')
-rw-r--r--ajenti.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/ajenti.install b/ajenti.install
new file mode 100644
index 000000000000..f3e0a01ff536
--- /dev/null
+++ b/ajenti.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo 'Ajenti is listening by default on port 8000.'
+}
+
+post_remove() {
+ echo 'Perhaps you want to look in /var/backups and /var/lib/ajenti'
+ echo 'for leftover files. This is where ajenti stores backups of'
+ echo 'configuration files and plugins.'
+}