diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2015-10-16 18:59:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-16 23:27:33 +0700 |
commit | aa23359bd48fcb54e1e738e5721c38835a8e8b9f (patch) | |
tree | 8bad1158328a7ab90c98324d5a562b4b533fafbc /desktop/xfce4-timer-plugin/doinst.sh | |
parent | 6a05bedbc643c8f898db428bc39fcd6a742058a4 (diff) |
desktop/xfce4-timer-plugin: Added (Timer Plugin).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-timer-plugin/doinst.sh')
-rw-r--r-- | desktop/xfce4-timer-plugin/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/xfce4-timer-plugin/doinst.sh b/desktop/xfce4-timer-plugin/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/desktop/xfce4-timer-plugin/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 |