forked from CastroFidel/PortWINE
Windows STEAM works for any version of the wine-proton
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
rm -f "${PORT_WINE_PATH}/"*".log"
|
||||
rm -f "${PORT_WINE_TMP_PATH}/update_notifier"
|
||||
rm -f "${PORT_WINE_TMP_PATH}/init_run_suc"
|
||||
rm -fr "${PORT_WINE_PATH}/data/pfx/dosdevices"
|
||||
|
||||
if [ ! -d "/home/${USER}/.local/share/applications" ]
|
||||
then
|
||||
@ -117,8 +118,6 @@ if [ -f "${PORT_WINE_PATH}/restart.desktop" ]; then
|
||||
rm "${PORT_WINE_PATH}/restart.desktop"
|
||||
fi
|
||||
|
||||
update-desktop-database -q "${HOME}/.local/share/applications"
|
||||
|
||||
if [ "${s_install}" = "1" ]; then
|
||||
echo "Installation completed successfully."
|
||||
else
|
||||
|
Reference in New Issue
Block a user