CVS commit by woebbe:
tabs instead of spaces
M +5 -5 icecc.postrm 1.2
--- kdenonbeta/icecream/icecream/debian/icecc.postrm #1.1:1.2
@@ -9,6 +9,6 @@
rm -f $conffile
echo Deleting icecc user...
- deluser --quiet --system icecc
- ;;
+ deluser --quiet --system icecc
+ ;;
remove)
;;
@@ -16,7 +16,7 @@
;;
*)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
esac