diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-04 22:23:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-04 22:23:03 +0700 |
commit | 2bab1ab9344a9423e47433070375bd7104e80e67 (patch) | |
tree | 91e98edba3a68c4c05a349008914411ab720824e /python/guessit/doinst.sh | |
parent | f2005b0ffe5c2ad2e2254c214c57c6a3b49d662b (diff) | |
download | slackbuilds-2bab1ab9344a9423e47433070375bd7104e80e67.tar.gz |
python/guessit: Added (library from video files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/guessit/doinst.sh')
-rw-r--r-- | python/guessit/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/guessit/doinst.sh b/python/guessit/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/python/guessit/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 |