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