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

10 lines
183 B
Plaintext
Raw Normal View History

2024-07-19 22:36:59 +05:00
post_install() {
if [ "$(grep 'Theme' /etc/plymouth/plymouthd.conf | cut -d'=' -f2)" == "melawy" ]; then
plymouth-set-default-theme -R
fi
}
post_upgrade() {
post_install
}