forked from CastroFidel/PortWINE
Fix xfce4-terminal and add all vars in git.
This commit is contained in:
@ -5,20 +5,12 @@
|
||||
rm -f "${PORT_WINE_PATH}/"*".log"
|
||||
rm -f "${PORT_WINE_PATH}/data/"*".lock"
|
||||
|
||||
if [ -f "${PORT_WINE_PATH}/data/version" ]; then
|
||||
rm -f "${PORT_WINE_PATH}/data/version"
|
||||
fi
|
||||
|
||||
rm -f "${config_path}/update_notifier"
|
||||
|
||||
if [ -d "${PORT_WINE_PATH}/data/__pycache__" ]; then
|
||||
rm -fr "${PORT_WINE_PATH}/data/__pycache__"
|
||||
fi
|
||||
|
||||
if [ -d "${PORT_WINE_PATH}/data/pfx/dosdevices" ]; then
|
||||
rm -fr "${PORT_WINE_PATH}/data/pfx/dosdevices"
|
||||
fi
|
||||
|
||||
if [ ! -d "/home/${USER}/.local/share/applications" ]
|
||||
then
|
||||
mkdir -p "/home/${USER}/.local/share/applications"
|
||||
|
Reference in New Issue
Block a user