Fix xfce4-terminal and add all vars in git.

This commit is contained in:
castro-fidel
2020-11-21 16:18:22 +03:00
parent d2fe1ae1f5
commit 1887b03ffa
14 changed files with 344 additions and 45 deletions

View File

@ -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"