diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-11 22:42:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-11 22:42:31 +0700 |
commit | 507f4f9b2b33ee8abfa3078251b883faf703c0db (patch) | |
tree | 63b0cd18b0db602794d193d2c9c340f1f72ca400 /python/python-tabulate/doinst.sh | |
parent | 97076984a00242d36887dca932ed8691378c21b5 (diff) |
python/python-tabulate: Added (Pretty-print tabular data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-tabulate/doinst.sh')
-rw-r--r-- | python/python-tabulate/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-tabulate/doinst.sh b/python/python-tabulate/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/python/python-tabulate/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 |