add reboot request

This commit is contained in:
Mario Fetka 2011-07-07 15:44:23 +02:00
parent 8901c850db
commit b82cb8ed4e
2 changed files with 5 additions and 1 deletions

View File

@ -74,6 +74,10 @@ else
; else ; else
; comment "Successful Installation" ; comment "Successful Installation"
; endif ; endif
comment "Reboot"
ExitWindows /Reboot
endif endif

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
PN="adobeindesign-cs2" PN="adobeindesign-cs2"
VERSION="4.0" VERSION="4.0"
RELEASE="1" RELEASE="2"
PRIORITY="0" PRIORITY="0"
ADVICE="" ADVICE=""
TYPE="restrict" TYPE="restrict"