diff options
Diffstat (limited to 'community/gtkwave/gtkwave.install')
-rw-r--r-- | community/gtkwave/gtkwave.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/gtkwave/gtkwave.install b/community/gtkwave/gtkwave.install index bc2e66b0d..8c6cae382 100644 --- a/community/gtkwave/gtkwave.install +++ b/community/gtkwave/gtkwave.install @@ -3,4 +3,8 @@ post_install() { 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 + |