]> git.pld-linux.org Git - packages/fontpostinst.git/commitdiff
- don't return non-zero
authorankry <ankry@pld-linux.org>
Thu, 10 Jun 2004 19:49:36 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontpostinst -> 1.9

fontpostinst

index fc381adcc5513d16efa22de62b91ed22ce0196b4..aa1d6c9abe0492d0c3e33533925669545fbf84b6 100644 (file)
@@ -61,7 +61,7 @@ else
 fi
 
 umask 022
-cd "$FDIR" || exit $?
+cd "$FDIR" || exit 0
 if [ "`echo fonts.alias.*`" != 'fonts.alias.*' ]; then
        cat fonts.alias.* | LC_ALL=C sort -u > fonts.alias
 elif [ -f fonts.alias ]; then
@@ -156,3 +156,4 @@ EOF
                $MKFONTDIR
        fi
 esac
+exit 0
This page took 0.062185 seconds and 4 git commands to generate.