diff --git a/debian/postrm b/debian/postrm index c81d951..63e6d12 100644 --- a/debian/postrm +++ b/debian/postrm @@ -12,11 +12,11 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then fi fi -if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then - #if [ -x /usr/sbin/plymouth-set-default-theme ]; - #then - # plymouth-set-default-theme -r -R ||true - #fi -fi +#if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then +# if [ -x /usr/sbin/plymouth-set-default-theme ]; +# then +# plymouth-set-default-theme -r -R ||true +# fi +#fi