/pidgin/main: e62018761459: Update uninstaller to remove the per...
Daniel Atallah
datallah at pidgin.im
Thu Jan 1 21:09:43 EST 2015
Changeset: e62018761459ba1c539ebb846bae9a6a5c90e42d
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2015-01-01 19:49 -0500
Branch: release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/e62018761459
Description:
Update uninstaller to remove the perl stuff explicitly instead of the recursive directory
diffstat:
pidgin/win32/nsis/pidgin-installer.nsi | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (20 lines):
diff --git a/pidgin/win32/nsis/pidgin-installer.nsi b/pidgin/win32/nsis/pidgin-installer.nsi
--- a/pidgin/win32/nsis/pidgin-installer.nsi
+++ b/pidgin/win32/nsis/pidgin-installer.nsi
@@ -598,7 +598,15 @@ Section Uninstall
Delete "$INSTDIR\plugins\winprefs.dll"
Delete "$INSTDIR\plugins\xmppconsole.dll"
Delete "$INSTDIR\plugins\xmppdisco.dll"
- RMDir /r "$INSTDIR\plugins\perl"
+ Delete "$INSTDIR\plugins\perl\auto\Pidgin\Pidgin.dll"
+ RMDir "$INSTDIR\plugins\perl\auto\Pidgin"
+ Delete "$INSTDIR\plugins\perl\auto\Purple\autosplit.ix"
+ Delete "$INSTDIR\plugins\perl\auto\Purple\Purple.dll"
+ RMDir "$INSTDIR\plugins\perl\auto\Purple"
+ RMDir "$INSTDIR\plugins\perl\auto"
+ Delete "$INSTDIR\plugins\perl\Pidgin.pm"
+ Delete "$INSTDIR\plugins\perl\Purple.pm"
+ RMDir "$INSTDIR\plugins\perl"
RMDir "$INSTDIR\plugins"
Delete "$INSTDIR\sasl2\libanonymous-3.dll"
Delete "$INSTDIR\sasl2\libcrammd5-3.dll"
More information about the Commits
mailing list