diff --git a/pkgs/tools/graphics/ploticus/builder.sh b/pkgs/tools/graphics/ploticus/builder.sh index c6f2d7899ba8..11ff6f5a332b 100644 --- a/pkgs/tools/graphics/ploticus/builder.sh +++ b/pkgs/tools/graphics/ploticus/builder.sh @@ -12,4 +12,29 @@ preInstall() { preInstall=preInstall +postInstall() { + # Install the "prefabs". + ensureDir $out/share/ploticus/prefabs && \ + cd .. && \ + cp -rv prefabs/* $out/share/ploticus/prefabs + + # Create a wrapper that knows where to find them. Debian's package + # does something similar by patching directly the C file that looks + # for `$PLOTICUS_PREFABS'. + cat > $out/bin/ploticus <