This commit is contained in:
Mario Fetka 2012-05-02 03:39:25 +02:00
parent f98a1d13e6
commit 2ac748afbe
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi ;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts, ; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator ; no white space use '-' as a seperator
Set $ProductId$ = "ghostscript" Set $ProductId$ = "artifex.ghostscript"
Set $MinimumSpace$ = "30 MB" Set $MinimumSpace$ = "30 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $VERSION$ Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $VERSION$

View File

@ -39,7 +39,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "ghostscript" Set $ProductId$ = "artifex.ghostscript"
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $VERSION$ Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $VERSION$
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs" + $VERSION$ Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs" + $VERSION$
Set $OldInstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $OLDVERSION$ Set $OldInstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $OLDVERSION$

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: ghostscript id: artifex.ghostscript
name: Seitenbeschreibungssprachen fuer PostScript und Portable Document Format (PDF). name: Seitenbeschreibungssprachen fuer PostScript und Portable Document Format (PDF).
description: Ghostscript ist ein freier Interpreter der Seitenbeschreibungssprachen PostScript und Portable Document Format (PDF). description: Ghostscript ist ein freier Interpreter der Seitenbeschreibungssprachen PostScript und Portable Document Format (PDF).
advice: advice:

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="ghostscript.com" VENDOR="ghostscript.com"
PN="ghostscript" PN="artifex.ghostscript"
VERSION="9.05" VERSION="9.05"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"