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:
authorYann Leboulanger <asterix@lagaule.org>2009-05-07 15:25:23 +0400
committerYann Leboulanger <asterix@lagaule.org>2009-05-07 15:25:23 +0400
commitf9157df2fbe69c796598dd7887130f869f68d15e (patch)
treef939ffcfa6386a7c5c7f7b08ac917925c6708881
parentd71e82921e7ea59e7544de316f1a93527fc2a6b7 (diff)
correctly uninstall some pyd files
-rw-r--r--gajim.nsi18
1 files changed, 9 insertions, 9 deletions
diff --git a/gajim.nsi b/gajim.nsi
index 25ff967c9..8e3931491 100644
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -656,39 +656,39 @@ Section "Uninstall"
RMDir /r "$INSTDIR\bin\gtk\share\xml"
RMDir "$INSTDIR\bin\gtk\share"
RMDir "$INSTDIR\bin\gtk"
- Delete "$INSTDIR\bin\_cairo.pyd"
Delete "$INSTDIR\bin\_ctypes.pyd"
- Delete "$INSTDIR\bin\_gobject.pyd"
- Delete "$INSTDIR\bin\_gtk.pyd"
Delete "$INSTDIR\bin\_hashlib.pyd"
Delete "$INSTDIR\bin\_socket.pyd"
Delete "$INSTDIR\bin\_sqlite3.pyd"
Delete "$INSTDIR\bin\_sqlite.pyd"
Delete "$INSTDIR\bin\_ssl.pyd"
Delete "$INSTDIR\bin\_win32sysloader.pyd"
- Delete "$INSTDIR\bin\AES.pyd"
Delete "$INSTDIR\bin\atk.pyd"
Delete "$INSTDIR\bin\bz2.pyd"
- Delete "$INSTDIR\bin\crypto.pyd"
+ Delete "$INSTDIR\bin\cairo._cairo.pyd"
+ Delete "$INSTDIR\bin\Crypto.Cipher.AES.pyd"
+ Delete "$INSTDIR\bin\Crypto.Hash.SHA256.pyd"
Delete "$INSTDIR\bin\gajim.exe"
- Delete "$INSTDIR\bin\glade.pyd"
+ Delete "$INSTDIR\bin\gobject._gobject.pyd"
+ Delete "$INSTDIR\bin\gtk._gtk.pyd"
+ Delete "$INSTDIR\bin\gtk.glade.pyd"
Delete "$INSTDIR\bin\history_manager.exe"
Delete "$INSTDIR\bin\libeay32.dll"
Delete "$INSTDIR\bin\libglade-2.0-0.dll"
Delete "$INSTDIR\bin\library.zip"
Delete "$INSTDIR\bin\libxml2.dll"
Delete "$INSTDIR\bin\msvcr71.dll"
+ Delete "$INSTDIR\bin\OpenSSL.crypto.pyd"
+ Delete "$INSTDIR\bin\OpenSSL.rand.pyd"
+ Delete "$INSTDIR\bin\OpenSSL.SSL.pyd"
Delete "$INSTDIR\bin\pangocairo.pyd"
Delete "$INSTDIR\bin\pango.pyd"
Delete "$INSTDIR\bin\pyexpat.pyd"
Delete "$INSTDIR\bin\python25.dll"
Delete "$INSTDIR\bin\pywintypes25.dll"
- Delete "$INSTDIR\bin\rand.pyd"
Delete "$INSTDIR\bin\select.pyd"
- Delete "$INSTDIR\bin\SHA256.pyd"
Delete "$INSTDIR\bin\sqlite3.dll"
Delete "$INSTDIR\bin\ssleay32.dll"
- Delete "$INSTDIR\bin\SSL.pyd"
Delete "$INSTDIR\bin\unicodedata.pyd"
Delete "$INSTDIR\bin\w9xpopen.exe"
Delete "$INSTDIR\bin\win32api.pyd"