Packages/BioArchLinux/pvm/pvm.install
2022-10-07 11:06:34 +07:00

25 lines
548 B
Text

post_install() {
echo "-----------------------------------------------"
echo "Environment variables have changed. Either log"
echo "out and back in or source /etc/profile before"
echo "using pvm!"
echo ""
echo "NOTE: To enable other computers to invoke the"
echo " PVM daemon on your machine, add the"
echo " source /etc/profile.d/pvm3.sh"
echo " command to your .bashrc"
echo "-----------------------------------------------"
}
post_upgrade() {
/bin/true
}
pre_remove() {
/bin/true
}
op=$1
shift
$op "$@"