diff options
author | JK Wood <joshuakwood@gmail.com> | 2014-07-21 19:18:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-21 19:18:40 +0700 |
commit | 043b31f18aad0a92e3473c78b59e3095c4879d4a (patch) | |
tree | eb977d6a5e63bf40a0cbe458ef234e27cdd9db2b /ham/ebook2cwgui/doinst.sh | |
parent | 61db789894da2cd135f5f80d7e32c11c6f755279 (diff) | |
download | slackbuilds-043b31f18aad0a92e3473c78b59e3095c4879d4a.tar.gz |
ham/ebook2cwgui: Added desktop file and icon.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/ebook2cwgui/doinst.sh')
-rw-r--r-- | ham/ebook2cwgui/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ham/ebook2cwgui/doinst.sh b/ham/ebook2cwgui/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/ham/ebook2cwgui/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 |