PKGBUILD/MELAWY/Design/Melawy/melawy-plymouth-theme/ins.install

10 lines
183 B
Plaintext

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