aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-21 17:31:16 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-21 17:31:16 +0000
commit64fa797077eb02f3ef1bd43e735e79fd1cc4c9f2 (patch)
treefc4e19aca5e1b3e23ac342f340dd44c80aebe01a
parent86246e685195b4383a7abeb516c72dbfd29a3253 (diff)
install (and uninstall) AUTHORS-SHORT and COPYING files
svn path=/trunk/; revision=10945
-rw-r--r--packaging/nsis/ethereal.nsi6
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index f8f22348bb..8d6dad5e03 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.54 2004/05/14 02:46:38 gerald Exp $
+; $Id: ethereal.nsi,v 1.55 2004/05/21 17:31:16 ulfl Exp $
!ifdef MAKENSIS_MODERN_UI
@@ -157,6 +157,8 @@ File "${PCRE_DIR}\man\cat3\pcrepattern.3.txt"
File "..\..\FAQ"
File "..\..\README"
File "..\..\README.win32"
+File "..\..\AUTHORS-SHORT"
+File "..\..\COPYING"
File "..\..\manuf"
File "..\..\doc\ethereal.html"
File "..\..\doc\ethereal-filter.html"
@@ -396,6 +398,8 @@ Delete "$INSTDIR\snmp\*.*"
Delete "$INSTDIR\*.exe"
Delete "$INSTDIR\*.dll"
Delete "$INSTDIR\*.html"
+Delete "$INSTDIR\COPYING"
+Delete "$INSTDIR\AUTHORS-SHORT"
Delete "$INSTDIR\README*"
Delete "$INSTDIR\FAQ"
Delete "$INSTDIR\manuf"