diff options
Diffstat (limited to 'app-text/acroread/files/gentoo_config')
-rw-r--r-- | app-text/acroread/files/gentoo_config | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app-text/acroread/files/gentoo_config b/app-text/acroread/files/gentoo_config deleted file mode 100644 index 1ca8729..0000000 --- a/app-text/acroread/files/gentoo_config +++ /dev/null @@ -1,10 +0,0 @@ -# Enable this if you want Adobe Reader to cache Font-config fonts -ACRO_ENABLE_FONT_CONFIG=1 -export ACRO_ENABLE_FONT_CONFIG - -# Enable this if you want to set the MOZILLA_COMP_PATH globally (for all the users) -if [ -f "$ACRO_INSTALL_DIR/GlobalPrefs/mozilla_config" ]; then - . "$ACRO_INSTALL_DIR/GlobalPrefs/mozilla_config" - export MOZILLA_COMP_PATH -fi - |