#!/bin/bash

theme=$(plymouth-set-default-theme)
if [[ $theme == "armbian" ]]; then plymouth-set-default-theme -R script; fi
if [ -L /etc/chromium.d/chromium.conf ]; then rm /etc/chromium.d/chromium.conf; fi
sync

