mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
17 lines
194 B
Text
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 $*
|