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