mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 19:04:37 +08:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
post_install() {
|
|
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
|
|
/usr/bin/init-jks-keystore
|
|
fi
|
|
echo "When you use a non-reparenting window manager"
|
|
echo "set _JAVA_AWT_WM_NONREPARENTING=1 in the relevant"
|
|
echo "/etc/profile.d/openjdk8.* file."
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|