diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-30 21:34:22 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:32 -0600 |
commit | 5b65ddaf9e54f0c5de4f600a0c8b8a6c84a89bef (patch) | |
tree | f51444e2c432d1c03a926f65611f084a14412420 /python/argcomplete/doinst.sh | |
parent | 2aae5f217858838dc413061f64503953e6457a3d (diff) | |
download | slackbuilds-5b65ddaf9e54f0c5de4f600a0c8b8a6c84a89bef.tar.gz |
python/argcomplete: Updated for version 0.6.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argcomplete/doinst.sh')
-rw-r--r-- | python/argcomplete/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/argcomplete/doinst.sh b/python/argcomplete/doinst.sh index 4e8ba7071d..5fb28930db 100644 --- a/python/argcomplete/doinst.sh +++ b/python/argcomplete/doinst.sh @@ -1,4 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi - |