mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-18 00:15:12 +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
|