mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 07:05:16 +02:00
7 lines
141 B
Text
7 lines
141 B
Text
case "$ACTION" in
|
|
pre)
|
|
. usr/lib/jvm/oracle-jre-vars.sh
|
|
rm -r usr/lib/jvm/jre$ORACLE_JRE_LONG_VERSION
|
|
rm -r usr/lib/jvm/$PKGNAME
|
|
;;
|
|
esac
|