summarylogtreecommitdiffstats
path: root/nsxiv-demon.install
blob: 0401bd638011171e62587232484c76f5d76e7105 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo -e "###########################################################"
    echo -e "## The source code can be found in /opt/nsxiv-demon      ##"
    echo -e "###########################################################"
}

post_upgrade() {
    post_install
}