summarylogtreecommitdiffstats
path: root/notice.install
blob: 5c39d9f547a3fcbb04b1f99ac4bc37aa7894769c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
notice() {
        echo "###############################################################"
        echo " ###############           NOTICE             ################ "
        echo "###############################################################"
        echo "# This package is now more standard and will not install      #"
        echo "# in your home directory, the side effect is that your        #"
        echo "# old configurations are not in the app when you launch       #"
        echo "# the new version, if you want them, please run this          #"
        echo "# command manually:                                           #"
				echo "#                                                             #"
        echo "# cp -R ~/.local/opt/nekoray/config ~/.config/nekoray/        #"
        echo "#                                                             #"
        echo "###############################################################"
}

pre_upgrade() {
        notice
}