PKGBUILD/MELAWY/Design/Nier-A2/melawy-plymouth-theme-nier-a2/ins.install

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
}