]> git.wh0rd.org - fontconfig.git/blobdiff - debian/fontconfig.postinst
Move debian-specific conf file examples upstream.
[fontconfig.git] / debian / fontconfig.postinst
index e7f6817dd421dbeedd638c17c52e56fd1fcee171..bf6b06e0b0838759a830be27c5088b04a5a99666 100755 (executable)
@@ -52,10 +52,10 @@ fi
 case "$subpixel_rendering" in
 "Automatic")
        ;;
-"Enable")
+"Always")
        ln -s $CONFDIR/$subpixel $CONFDIR/$subpixel_prio$subpixel
        ;;
-"Disable")
+"Never")
        ln -s $CONFDIR/$no_subpixel $CONFDIR/$subpixel_prio$no_subpixel
        ;;
 esac