PKGBUILD/MELAWY/Design/Lera-Sugar/melawy-plymouth-theme-lera-.../ins.install

10 lines
194 B
Plaintext

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