[Pkg-clamav-commits] [SCM] packaging for clamav-unoffical-sigs branch, master, updated. debian/3.7.1-3-8-g18fd3c3

Paul Wise pabs at debian.org
Sat May 25 07:45:04 UTC 2013


The following commit has been merged in the master branch:
commit 30717c90cca182dd908a4033da5a08ce4340adf9
Author: Paul Wise <pabs at debian.org>
Date:   Sat May 25 15:30:48 2013 +0800

    Get rid of some trailing whitespace

diff --git a/debian/prerm b/debian/prerm
index 35e3a8a..5d6aff2 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -6,11 +6,11 @@ purge=/var/lib/clamav-unofficial-sigs/purge.txt
 # Prepare a list of filenames to remove on purge
 # We need the upstream config so this is done in prerm remove
 if [ "$1" = remove ] ; then
-	
+
 	if [ -s /etc/clamav-unofficial-sigs.conf ] ; then
 		. /etc/clamav-unofficial-sigs.conf
 	fi
-	
+
 	libdir=/var/lib/clamav-unofficial-sigs
 	if [ "x$config_dir" = x ] ; then config_dir=$libdir/configs ; fi
 	if [ "x$gpg_dir" = x ] ; then gpg_dir=$libdir/gpg-key ; fi
@@ -20,7 +20,7 @@ if [ "$1" = remove ] ; then
 	echo $purge > $purge
 	echo "$gpg_dir/publickey.gpg" >> $purge
 	echo "$log_file_path/$log_file_name"* >> $purge
-	if [ -s "$config_dir/purge.txt" ] ; then 
+	if [ -s "$config_dir/purge.txt" ] ; then
 		cat "$config_dir/purge.txt" >> $purge
 	fi
 fi

-- 
packaging for clamav-unoffical-sigs



More information about the Pkg-clamav-commits mailing list