#!/bin/bash

set -e

if [ "$1" = "remove" ]; then
  # Remove plymouth theme
  /usr/sbin/plymouth-set-default-theme text
fi
