about summary refs log tree commit diff
path: root/pkgs/misc/ghostscript/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/ghostscript/builder.sh')
-rw-r--r--pkgs/misc/ghostscript/builder.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/misc/ghostscript/builder.sh b/pkgs/misc/ghostscript/builder.sh
new file mode 100644
index 000000000000..bd5a302fcb8e
--- /dev/null
+++ b/pkgs/misc/ghostscript/builder.sh
@@ -0,0 +1,10 @@
+. $stdenv/setup
+
+postInstall=postInstall
+postInstall() {
+    for i in $fonts; do
+        (cd $out/share/ghostscript && tar xvfz $i)
+    done
+}
+
+genericBuild
\ No newline at end of file