summaryrefslogtreecommitdiff
path: root/community/gtkwave/gtkwave.install
blob: 8c6cae382d3c1932a139506fbd63a3bda792caa1 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
  echo 'It contains the prefs for a good configuration that most people find'
  echo 'ergonomic.  It is not strictly necessary however.'
  _desktop $1
}

# desktop-file-utils breaks the build, so no update-desktop-database here