diff options
author | Leo C <leoc@gmx.com> | 2016-12-19 06:45:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-24 07:33:34 +0700 |
commit | 12cb5c2c382284d3d6b32854394d470197ee9407 (patch) | |
tree | 91126171735ec6f0e23d8729b4ff68f5f2ddbff9 /desktop/gis-weather/doinst.sh | |
parent | fc202df9fc27c18a225194e2e00c0908b54d3ea5 (diff) |
desktop/gis-weather: Added (weather widget).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gis-weather/doinst.sh')
-rw-r--r-- | desktop/gis-weather/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/gis-weather/doinst.sh b/desktop/gis-weather/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/desktop/gis-weather/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 |