summarylogtreecommitdiffstats
path: root/readme.install
blob: 6506c1ac721b63ba8698a109b2ebd056e5d3f1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}