POL_Install_corefonts
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 2 Code source# RealName: Microsoft Core Fonts POL_Call POL_Internal_InstallFonts OLDDIR="$PWD" POL_Debug_Message "Installing microsoft fonts" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" # It's a symlink? If yes, remove it rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null mkdir -p "$WINEPREFIX/drive_c/windows/Fonts" cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/" |
Contributions
Filters:
ContribuerMembre | Messages |
lahtis | Mercredi 24 Janvier 2018 à 15:32 |
lahtis
|
Messages01/24/18 16:29:11 - [POL_Call] Message: Calling POL_Install_corefonts looping 4 times installer. Réponses |
kaimon | Mercredi 13 September 2017 à 7:03 |
kaimon
|
MessagesRéponses |
Quentin PÂRIS | Mardi 8 Juillet 2014 à 20:57 |
Quentin PÂRIS
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,3 +1,12 @@ # RealName: Microsoft Core Fonts -# Just to have it into package menu -POL_Wine_InstallFonts \ No newline at end of file + +POL_Call POL_Internal_InstallFonts +OLDDIR="$PWD" +POL_Debug_Message "Installing microsoft fonts" +[ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" + +# It's a symlink? If yes, remove it +rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null +mkdir -p "$WINEPREFIX/drive_c/windows/Fonts" + +cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/" \ No newline at end of file Nouveau code source# RealName: Microsoft Core Fonts POL_Call POL_Internal_InstallFonts OLDDIR="$PWD" POL_Debug_Message "Installing microsoft fonts" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" # It's a symlink? If yes, remove it rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null mkdir -p "$WINEPREFIX/drive_c/windows/Fonts" cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/" Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com