10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
|
post_install() {
|
||
|
if [ "$(grep 'Theme' /etc/plymouth/plymouthd.conf | cut -d'=' -f2)" == "melawy-nier-a2" ]; then
|
||
|
plymouth-set-default-theme -R
|
||
|
fi
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|