Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-09-29 03:57:58 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-09-29 03:57:58 +0300
commita17a030719dffcc60d0aadd6394433033c448ed9 (patch)
treed246ecbcb8b8328935919bde3ea71037b1e6bcf9 /win/_base.sh
parent83f4d6e191c9be2b6603f169284e7be442c9c40c (diff)
Remove GTK Theme on Windows
Standard is good enough
Diffstat (limited to 'win/_base.sh')
-rw-r--r--win/_base.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 5b8977cfe..0b28db753 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -135,10 +135,10 @@ function install_gajim {
7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/plugin_installer.zip
# Install themes
- rm -Rf "${MINGW_ROOT}"/etc
- rm -Rf "${MINGW_ROOT}"/share/themes
- cp -r win/etc "${MINGW_ROOT}"
- cp -r win/themes "${MINGW_ROOT}"/share
+ # rm -Rf "${MINGW_ROOT}"/etc
+ # rm -Rf "${MINGW_ROOT}"/share/themes
+ # cp -r win/etc "${MINGW_ROOT}"
+ # cp -r win/themes "${MINGW_ROOT}"/share
# Install our own icons
rm -Rf "${MINGW_ROOT}/share/icons/hicolor"