1 2 3 4 5 6 7 8 9 10 11 12 13 14
post_install() { cat << EOF ## NOTE ##################################################### # # # dotSCAD installed in: /usr/share/openscad/libraries/dot/ # # # # In OpenSCAD, import the desired files with this template: # # use <dot/SOMETHING.scad> # # # ############################################################### EOF }