]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-icons
r2013: * Remove DOS line endings from dh_icons scriptlets. Thanks, Daniel Holbach.
[debhelper.git] / autoscripts / postinst-icons
index 3c018b354e76f8901c46e83f2016b78940da23d7..d35f30c0fd4e64c3385091006b24e9abdfb98202 100644 (file)
@@ -1,7 +1,7 @@
-if which gtk-update-icon-cache >/dev/null 2>&1; then\r
-       for dir in #DIRLIST#; do\r
-               if [ -f "$dir"/icon-theme.cache ]; then\r
-                       gtk-update-icon-cache --force --quiet "$dir"\r
-               fi\r
-       done\r
-fi\r
+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