From bb555cd664635e84322a018285e63fccce43ac53 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Tue, 21 Dec 2010 21:31:51 +0000 Subject: [PATCH] correct syntax error --- debian/postrm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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