diff -Nru ice-5.2.6/debian/changelog ice-5.2.7/debian/changelog --- ice-5.2.6/debian/changelog 2017-04-06 18:52:00.000000000 +0000 +++ ice-5.2.7/debian/changelog 2017-04-06 19:23:02.000000000 +0000 @@ -1,3 +1,9 @@ +ice (5.2.7) xenial; urgency=low + + * Added --no-clobber switch to search.json.mozlz4 copy. + + -- Mark Greaves (PCNetSpec) 06 Apr 2017 20:25:00 +0000 + ice (5.2.6) xenial; urgency=low * Updated search.json.mozlz4 diff -Nru ice-5.2.6/usr/bin/ice-firefox ice-5.2.7/usr/bin/ice-firefox --- ice-5.2.6/usr/bin/ice-firefox 2017-04-06 16:48:44.000000000 +0000 +++ ice-5.2.7/usr/bin/ice-firefox 2017-04-06 19:23:50.000000000 +0000 @@ -23,7 +23,7 @@ os.system('echo "user_pref(\\"browser.cache.disk.smart_size.first_run\\", false);" >> ' + profilepath + '/user.js') os.system('echo "user_pref(\\"browser.cache.disk.smart_size.use_old_max\\", false);" >> ' + profilepath + '/user.js') os.system('echo "user_pref(\\"browser.ctrlTab.previews\\", true);" >> ' + profilepath + '/user.js') -os.system('cp /usr/lib/peppermint/ice/search.json.mozlz4 ' + profilepath + '/search.json.mozlz4') +os.system('cp -n /usr/lib/peppermint/ice/search.json.mozlz4 ' + profilepath + '/search.json.mozlz4') os.system(execute) os.system('rm -rf ' + path + '/cache2')