diff options
author | Sam James <sam@gentoo.org> | 2022-09-21 14:18:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-02 04:31:25 +0100 |
commit | a529111f77ff46f4836fe7312e70953bc16587cf (patch) | |
tree | 9dc3924cb1a6ef3ef853b7bb45f735365e0b4e6d /demos | |
parent | Import Ghostscript 9.56.1 (diff) | |
download | ghostscript-gpl-patches-a529111f77ff46f4836fe7312e70953bc16587cf.tar.gz ghostscript-gpl-patches-a529111f77ff46f4836fe7312e70953bc16587cf.tar.bz2 ghostscript-gpl-patches-a529111f77ff46f4836fe7312e70953bc16587cf.zip |
Import Ghostscript 10.0ghostscript-10.0ghostscript-10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'demos')
-rw-r--r-- | demos/java/gsviewer/install_darwin.sh | 11 | ||||
-rw-r--r-- | demos/java/gsviewer/install_linux.sh | 7 |
2 files changed, 0 insertions, 18 deletions
diff --git a/demos/java/gsviewer/install_darwin.sh b/demos/java/gsviewer/install_darwin.sh deleted file mode 100644 index b6c58b86..00000000 --- a/demos/java/gsviewer/install_darwin.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!bin/bash - -echo "Copy gs_jni.dylib" -cp "../jni/gs_jni/gs_jni.dylib" "gs_jni.dylib" - -cd ../../../sobin - -echo "Copy libgpdl.dylib" -cp $(readlink "libgpdl.dylib") "../demos/java/gsviewer" - -cd ../demos/java/gsviewer
\ No newline at end of file diff --git a/demos/java/gsviewer/install_linux.sh b/demos/java/gsviewer/install_linux.sh deleted file mode 100644 index 4772d70a..00000000 --- a/demos/java/gsviewer/install_linux.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!bin/bash - -cd ../jni/gs_jni - -bash install_linux.sh - -cd ../../gsviewer
\ No newline at end of file |