Merge branch 'testing' of https://gitlab.com/stormdragon2976/audiogame-manager into testing
This commit is contained in:
commit
daa72f42c7
@ -500,6 +500,7 @@ echo "Loading documentation, please wait..."
|
|||||||
winetricks() {
|
winetricks() {
|
||||||
# Report used packages to the winetricks maintainer so he knows they are being used.
|
# Report used packages to the winetricks maintainer so he knows they are being used.
|
||||||
if ! [[ -e "${XDG_CACHE_HOME:-$HOME/.cache}/winetricks/track_usage" ]]; then
|
if ! [[ -e "${XDG_CACHE_HOME:-$HOME/.cache}/winetricks/track_usage" ]]; then
|
||||||
|
mkdir -p "${XDG_CACHE_HOME:-$HOME/.cache}/winetricks/"
|
||||||
echo "1" > "${XDG_CACHE_HOME:-$HOME/.cache}/winetricks/track_usage"
|
echo "1" > "${XDG_CACHE_HOME:-$HOME/.cache}/winetricks/track_usage"
|
||||||
fi
|
fi
|
||||||
# Download or update agm's copy of winetricks
|
# Download or update agm's copy of winetricks
|
||||||
|
Loading…
Reference in New Issue
Block a user