summarylogtreecommitdiffstats
path: root/neon-browser-git.install
blob: db1e030841ef15aba611673681fa13c30d8f9ea7 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo -e "##########################################################################################"
    echo -e "## The default configuration file can be found in /etc/xdg/neonBrowser/config.py        ##"
    echo -e "##########################################################################################"
}

post_upgrade() {
    post_install
}