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" }