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)