# HG changeset patch # User Daniel Atallah # Date 1138580334 0 # Node ID 9aa0536fe83cf501eeccf11200e4822d31f72901 # Parent 0afb445a3433fef1ba44d1d84cb43557fa3c07d1 [gaim-migrate @ 15429] fix files being left after uninstall committer: Tailor Script diff -r 0afb445a3433 -r 9aa0536fe83c gaim-installer.nsi --- a/gaim-installer.nsi Sun Jan 29 22:11:35 2006 +0000 +++ b/gaim-installer.nsi Mon Jan 30 00:18:54 2006 +0000 @@ -713,6 +713,7 @@ Delete "$INSTDIR\plugins\libsimple.dll" Delete "$INSTDIR\plugins\libtoc.dll" Delete "$INSTDIR\plugins\libyahoo.dll" + Delete "$INSTDIR\plugins\notify.dll" Delete "$INSTDIR\plugins\perl.dll" Delete "$INSTDIR\plugins\psychic.dll" Delete "$INSTDIR\plugins\relnot.dll" @@ -727,10 +728,10 @@ Delete "$INSTDIR\plugins\win2ktrans.dll" Delete "$INSTDIR\plugins\winprefs.dll" RMDir "$INSTDIR\plugins" - Delete "$INSTDIR\sounds\gaim\arrive.wav" - Delete "$INSTDIR\sounds\gaim\leave.wav" + Delete "$INSTDIR\sounds\gaim\alert.wav" + Delete "$INSTDIR\sounds\gaim\login.wav" + Delete "$INSTDIR\sounds\gaim\logout.wav" Delete "$INSTDIR\sounds\gaim\receive.wav" - Delete "$INSTDIR\sounds\gaim\redalert.wav" Delete "$INSTDIR\sounds\gaim\send.wav" RMDir "$INSTDIR\sounds\gaim" RMDir "$INSTDIR\sounds"