summarylogtreecommitdiffstats
path: root/pe-bear-bin.install
blob: 6e117482c69415e2255213c3a189bbc6747af4c8 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "PE-bear has been installed."
    echo "You can run it from the command line using 'PE-bear'."
    echo "Signature file can be found in /usr/share/pe-bear"
}

post_upgrade() {
    echo "Signature file is now in /usr/share/pe-bear"
}