diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-05-26 12:18:18 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:09:00 +0700 |
commit | e7bdc2326aee6ac2b6c2e440da011f1314a48542 (patch) | |
tree | 5f778307ed6876a6ee7f9874816e0364e6ec6ec9 /desktop/sun/doinst.sh | |
parent | bb878ec1ea3a4a24138731a1a1c7e5f25a785dba (diff) |
desktop/sun: Updated for version 1.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/sun/doinst.sh')
-rw-r--r-- | desktop/sun/doinst.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/sun/doinst.sh b/desktop/sun/doinst.sh index f9996bc504dff..3b650ef7da544 100644 --- a/desktop/sun/doinst.sh +++ b/desktop/sun/doinst.sh @@ -9,12 +9,11 @@ config() { } config etc/sun/sun.toml.new +config etc/sun/repositories.toml.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi -for file in sun_daemon.desktop ; do - cmp etc/xdg/autostart/${file} etc/xdg/autostart/${file}.sample 2> /dev/null && \ - rm etc/xdg/autostart/${file}.sample -done +cmp etc/xdg/autostart/${file} etc/xdg/autostart/${file}.sample 2> /dev/null && \ + rm etc/xdg/autostart/${file}.sample |