POL_Install_corefonts
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 2 Source code# 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:
ContributeMember | Message |
lahtis | Wednesday 24 January 2018 at 15:32 |
lahtis
|
Message01/24/18 16:29:11 - [POL_Call] Message: Calling POL_Install_corefonts looping 4 times installer. Replies |
kaimon | Wednesday 13 September 2017 at 7:03 |
kaimon
|
MessageReplies |
Quentin PÂRIS | Tuesday 8 July 2014 at 20:57 |
Quentin PÂRIS
|
InformationThis update has been approved by the team. 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 New source code# 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/" Replies |
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