diff options
author | Sébastien Ballet <slacker6896@gmail.com> | 2018-10-27 00:17:55 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-10-27 00:17:55 +0100 |
commit | 9427c6b28d3fa44b7fd5598d9a4ecb790eccb453 (patch) | |
tree | 43149955ffe42415f0aa14f1641e2fa6bee6b039 /desktop/cairo-clock/doinst.sh | |
parent | b4ca915a374a080eaaa763557286ba38f9a439d8 (diff) |
desktop/cairo-clock: Added (Analog Clock).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/cairo-clock/doinst.sh')
-rw-r--r-- | desktop/cairo-clock/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/cairo-clock/doinst.sh b/desktop/cairo-clock/doinst.sh new file mode 100644 index 0000000000000..301399ba37c77 --- /dev/null +++ b/desktop/cairo-clock/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |