From 3cd7beb93d87dd9f92a91f0ab665a61e9bfc3684 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Tue, 22 Jan 2013 13:29:16 -0500 Subject: [PATCH] whitespace (tabkill) --- packaging/debian-multiarch/sogo.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/debian-multiarch/sogo.postinst b/packaging/debian-multiarch/sogo.postinst index e43bfd92a..c4a7272fd 100644 --- a/packaging/debian-multiarch/sogo.postinst +++ b/packaging/debian-multiarch/sogo.postinst @@ -18,8 +18,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin case "$1" in configure) - # update timestamp on imgs,css,js to let apache know the files changed - find /usr/lib/GNUstep/SOGo/WebServerResources -exec touch {} \; + # update timestamp on imgs,css,js to let apache know the files changed + find /usr/lib/GNUstep/SOGo/WebServerResources -exec touch {} \; ;; abort-upgrade|abort-remove|abort-deconfigure)