diff -Nuar winki-0.3.8/setup.py winki-0.3.8-patched/setup.py --- winki-0.3.8/setup.py 2004-11-23 17:33:57.000000000 +0000 +++ winki-0.3.8-patched/setup.py 2004-11-26 13:17:43.093890224 +0000 @@ -33,13 +33,6 @@ dest_icon = os.path.join('/', 'usr', 'share', 'pixmaps') dest_desktop = os.path.join('/', 'usr', 'share', 'applications') -try: - src = os.path.join('/', 'etc', 'winkirc') - dst = os.path.join('/', 'etc', 'winkirc.old') - os.rename(src, dst) -except: - pass - setup( name = 'winki', version = '0.3.8', description = 'GTK frontend to mencoder, mplayer and lsdvd',