mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/sh
|
|
case "$ACTION" in
|
|
post)
|
|
rm -f ./etc/ssl/certs/java/cacerts
|
|
rmdir ./etc/ssl/certs/java >/dev/null
|
|
esac
|