summarylogtreecommitdiffstats
path: root/stdm-git.install
blob: 35df6d9d3a89c85243a889d0e8e32ab297d0378f (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo -e "###########################################################"
    echo -e "## The icons can be found in /opt/neon-logout-git        ##"
    echo -e "###########################################################"
}

post_upgrade() {
    post_install
}