summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
authorJohn Patrick2023-06-22 16:25:50 +0200
committerJohn Patrick2023-06-22 16:25:50 +0200
commitfa6b917184979006078c54ad3abcfc247d3db6a7 (patch)
treeaf306414a8a1a611fd1450c8f2bfecd2a26f16f3 /readme.install
downloadaur-fa6b917184979006078c54ad3abcfc247d3db6a7.tar.gz
first push
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.install b/readme.install
new file mode 100644
index 000000000000..6506c1ac721b
--- /dev/null
+++ b/readme.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo -e "\n** Many applications are coming from the Arch Linux repos"
+ echo
+ echo -e "** Some packages however require the presence of the ArcoLinux repos"
+ echo -e "** You can add/remove the ArcoLinux repos from within the application"
+ echo
+}
+
+post_upgrade() {
+ post_install
+}
+
+
+