diff options
author | Nate Bargmann <n0nb@arrl.net> | 2017-11-19 19:53:39 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-20 17:59:13 +0700 |
commit | 0e87b5e91725b09a8f0c0d8d5e0e86e4c78070a6 (patch) | |
tree | 1718af38c594d768145e75ed57d2a7bab2313a4e /ham/wsjtx/doinst.sh | |
parent | cda3db38cc18fa73b362849fffb19ccd7f779dd7 (diff) |
ham/wsjtx: Added (Weak Signal Communication, by K1JT).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ham/wsjtx/doinst.sh')
-rw-r--r-- | ham/wsjtx/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ham/wsjtx/doinst.sh b/ham/wsjtx/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/ham/wsjtx/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |