From 3b1e3697767403e3bb34aa904cc0ed7ac66d8909 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 21 Jul 2005 20:17:52 +0000 Subject: remove the radius dir and all it's files while uninstalling svn path=/trunk/; revision=14978 --- packaging/nsis/ethereal.nsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging') diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi index 39ca8aa452..268909e993 100644 --- a/packaging/nsis/ethereal.nsi +++ b/packaging/nsis/ethereal.nsi @@ -755,6 +755,7 @@ Delete "$INSTDIR\FAQ" Delete "$INSTDIR\NEWS.txt" Delete "$INSTDIR\manuf" Delete "$INSTDIR\pcrepattern.3.txt" +Delete "$INSTDIR\radius\*.*" Delete "$SMPROGRAMS\Ethereal\*.*" Delete "$DESKTOP\Ethereal.lnk" @@ -787,6 +788,7 @@ RMDir "$INSTDIR\plugins" RMDir "$INSTDIR\diameter" RMDir "$INSTDIR\snmp\mibs" RMDir "$INSTDIR\snmp" +RMDir "$INSTDIR\radius" RMDir "$INSTDIR" IfFileExists "$INSTDIR" 0 NoFinalErrorMsg -- cgit v1.2.3