[gedit/wip/wininstaller] win32: split removal



commit de19fed353706619363549df3891b2be231915b0
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jul 29 08:27:44 2014 +0200

    win32: split removal

 win32/make-gedit-installer |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/win32/make-gedit-installer b/win32/make-gedit-installer
index 863d013..0439601 100644
--- a/win32/make-gedit-installer
+++ b/win32/make-gedit-installer
@@ -135,7 +135,9 @@ install_gedit_packages() {
   fi
 
   # some packages are pulled by the deps but we do not need them like python2
-  pacman -Rdd mingw-w64-${_arch}-python2 mingw-w64-${_arch}-gtk2 mingw-w64-${_arch}-glade
+  pacman -Rdd mingw-w64-${_arch}-python2
+  pacman -Rdd mingw-w64-${_arch}-gtk2
+  pacman -Rdd mingw-w64-${_arch}-glade
 }
 
 if [ ! -f "${_archivegen}" ]; then


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