PKGBUILDs/community/openjre7/openjre7.install
2010-09-29 19:59:56 +00:00

17 lines
194 B
Text

post_install() {
echo -e "\033[1mNotice\033[0m"
echo "Add /opt/openjre7/bin to your PATH."
echo ""
}
post_upgrade() {
post_install
}
post_remove() {
KERNEL_VERSION=.*
}
op=$1
shift
$op $*