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 }