summary refs log tree commit diff
path: root/pkgs/tools/graphics/ploticus/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/ploticus/builder.sh')
-rw-r--r--pkgs/tools/graphics/ploticus/builder.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/tools/graphics/ploticus/builder.sh b/pkgs/tools/graphics/ploticus/builder.sh
index 11ff6f5a332..89d4e3b98ea 100644
--- a/pkgs/tools/graphics/ploticus/builder.sh
+++ b/pkgs/tools/graphics/ploticus/builder.sh
@@ -4,14 +4,10 @@ preBuild() {
   cd src
 }
 
-preBuild=preBuild
-
 preInstall() {
   ensureDir $out/bin
 }
 
-preInstall=preInstall
-
 postInstall() {
   # Install the "prefabs".
   ensureDir $out/share/ploticus/prefabs &&		\
@@ -34,7 +30,4 @@ EOF
   ln -s "$out/man/man1/pl.1" "$out/man/man1/ploticus.1"
 }
 
-postInstall=postInstall
-
-
 genericBuild