diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-09-15 07:57:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-15 09:12:13 +0700 |
commit | c8995cae00fd900c796618df5e7cecbec4242b22 (patch) | |
tree | 9d6ed9728bad990a64fe7d99a6d42817f82f08cc /office/TaskCoach/doinst.sh | |
parent | 3ecb75abfd3a199f72b8e5082a38cdbefb980746 (diff) | |
download | slackbuilds-c8995cae00fd900c796618df5e7cecbec4242b22.tar.gz |
office/TaskCoach: Added (Task Manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/TaskCoach/doinst.sh')
-rw-r--r-- | office/TaskCoach/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/TaskCoach/doinst.sh b/office/TaskCoach/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/TaskCoach/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 |