diff options
Diffstat (limited to 'network/opera/doinst.sh')
-rw-r--r-- | network/opera/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/opera/doinst.sh b/network/opera/doinst.sh index 0ddf6e223b..08d7e7e957 100644 --- a/network/opera/doinst.sh +++ b/network/opera/doinst.sh @@ -11,8 +11,8 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/opera6rc.new -config etc/opera6rc.fixed.new +config etc/operaprefs_default.ini.new +config etc/operaprefs_fixed.ini.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 |