summarylogtreecommitdiffstats
path: root/tplay-git.install
blob: 422b8e363599e7d50afa18b3ba2dc68562b491fa (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo -e "###########################################################"
    echo -e "## The application can be found in /usr/bin/tplay        ##"
    echo -e "###########################################################"
}

post_upgrade() {
    post_install
}