diff options
author | JK Wood <joshuakwood@gmail.com> | 2020-01-17 00:50:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-17 00:50:26 +0700 |
commit | 73b75e9018612846cc1a83817fb5a25d2694da57 (patch) | |
tree | f201de4a5889676fc2d1dc3f28858308a2c4bbaa /ham/direwolf/doinst.sh | |
parent | 9cb6d7be917885172d9f046277aed16c20333eb1 (diff) |
ham/direwolf: Updated for version 1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/direwolf/doinst.sh')
-rw-r--r-- | ham/direwolf/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ham/direwolf/doinst.sh b/ham/direwolf/doinst.sh index 63af7cb8560b..473ca0981c59 100644 --- a/ham/direwolf/doinst.sh +++ b/ham/direwolf/doinst.sh @@ -11,8 +11,6 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/direwolf.conf.new - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |