summarylogtreecommitdiffstats
path: root/browser360.install
blob: ba50da45bdbea8dafbda3627c44cabeea6fdcd38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
info() {
    echo ""
    echo "Browser 360 has been installed."
    echo "You should do this to make it run normally:"
    echo "    $ sudo -i && /opt/apps/com.360.browser-stable/files/browser360"
    echo "Then you can press CTRL+C to stop the program and exit."
    echo "Next time you can run it normally."
    echo "It's the program's bug,it need root to run dmidecode."
    echo ""
}
post_install() {
    info
}
post_upgrade() {
    info
}