summarylogtreecommitdiffstats
path: root/ajenti.install
diff options
context:
space:
mode:
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.'
+}