Remove trailing whitespace

This commit is contained in:
Daniel James 2012-08-06 14:38:10 +01:00
parent b2ef909a9d
commit c4ac73a750
1 changed files with 1 additions and 1 deletions

2
debian/postrm vendored
View File

@ -103,7 +103,7 @@ case "$1" in
dpkg-statoverride --list $datadir &>/dev/null && \
dpkg-statoverride --remove $datadir || true
# Only remove settings if purge is called as an argument
# Only remove settings if purge is called as an argument
if [ "$1" = "purge" ]; then
echo "Removing configuration files from /etc/airtime/" >&2
rm -rf /etc/airtime || true