summarylogtreecommitdiffstats
path: root/commando.install
diff options
context:
space:
mode:
Diffstat (limited to 'commando.install')
-rw-r--r--commando.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/commando.install b/commando.install
new file mode 100644
index 000000000000..d646b5d2f783
--- /dev/null
+++ b/commando.install
@@ -0,0 +1,14 @@
+post_install() {
+ cmd=$(printf '$\t')
+ cat <<EOF
+
+
+Please remember to initialize/update your database by executing:
+$cmd commando -vu
+
+OR to also include packages from AUR (trough Chaotic-AUR repos):
+$cmd commando -vua
+
+
+EOF
+}