PKGBUILD/MELAWY/Design/Fenek/melawy-plymouth-theme-fenek/ins.install

10 lines
189 B
Plaintext

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