blob: 3c64a44d63a6b87d15e2f2b1785bc28120b8cf8b (
plain)
1
2
3
4
5
6
|
post_install() {
echo 'Make sure you copy the /usr/share/gtkwave/sample.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.'
}
|