From fd9482bab58cfdc0a05731a9d8fd035b4df32767 Mon Sep 17 00:00:00 2001 From: joeyh Date: Mon, 9 Jul 2007 15:25:34 +0000 Subject: r2013: * Remove DOS line endings from dh_icons scriptlets. Thanks, Daniel Holbach. Closes: #432321 --- autoscripts/postinst-icons | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autoscripts/postinst-icons') diff --git a/autoscripts/postinst-icons b/autoscripts/postinst-icons index 3c018b35..d35f30c0 100644 --- a/autoscripts/postinst-icons +++ b/autoscripts/postinst-icons @@ -1,7 +1,7 @@ -if which gtk-update-icon-cache >/dev/null 2>&1; then - for dir in #DIRLIST#; do - if [ -f "$dir"/icon-theme.cache ]; then - gtk-update-icon-cache --force --quiet "$dir" - fi - done -fi +if which gtk-update-icon-cache >/dev/null 2>&1; then + for dir in #DIRLIST#; do + if [ -f "$dir"/icon-theme.cache ]; then + gtk-update-icon-cache --force --quiet "$dir" + fi + done +fi -- cgit v1.2.3