diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-12-07 23:19:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-07 23:19:25 +0700 |
commit | 42f389215d78d0e25851276d24d5787a6cf4ad94 (patch) | |
tree | f6945b11f4fe6d55b6a1ca0b5483a6ecf79092f2 /system/unison/doinst.sh | |
parent | 81eb812b39db3f955b1abeb79e189f93bb7c0cd6 (diff) |
system/unison: Updated for version 2.51.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unison/doinst.sh')
-rw-r--r-- | system/unison/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/unison/doinst.sh b/system/unison/doinst.sh index 4e8ba7071dea7..5fb28930db0b9 100644 --- a/system/unison/doinst.sh +++ b/system/unison/doinst.sh @@ -1,4 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi - |