#!/bin/sh # set the plymouth on boot plymouth-set-default-theme -R lines #Remove it first rm -f /etc/alternatives/desktop-theme # Then re-add it ln -s /usr/share/desktop-base/lines-theme /etc/alternatives/desktop-theme