diff options
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 |