summarylogtreecommitdiffstats
path: root/openscad-dotscad-git.install
blob: 1524168b6f6329c33d9fede61859f0c47e8d304c (plain)
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
}