[gedit/wip/wininstaller] win32: remove python2



commit 8d76022813a20fa286db32c7274898e6dc82d090
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Jul 28 22:59:21 2014 +0200

    win32: remove python2

 win32/make-gedit-installer |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/win32/make-gedit-installer b/win32/make-gedit-installer
index 1566a47..a0b2cf6 100644
--- a/win32/make-gedit-installer
+++ b/win32/make-gedit-installer
@@ -133,6 +133,9 @@ install_gedit_packages() {
   if [ "$_result" -ne "0" ]; then
     exit_cleanly "1" "failed to create newgedit via command 'pacman -S gedit --noconfirm --root 
${_newgedit}'"
   fi
+
+  # some packages are pulled by the deps but we do not need them like python2
+  pacman -Rdd mingw-w64-${_arch}-python2
 }
 
 if [ ! -f "${_archivegen}" ]; then


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]