|
Line
Link Here
|
| 0 |
-- setup.py 2005-05-31 18:14:00.000000000 +0200 |
0 |
++ setup.py 2005-06-05 15:15:24.000000000 +0200 |
|
Lines 33-45
Link Here
|
| 33 |
dest_icon = os.path.join('/', 'usr', 'share', 'pixmaps') |
33 |
dest_icon = os.path.join('/', 'usr', 'share', 'pixmaps') |
| 34 |
dest_desktop = os.path.join('/', 'usr', 'share', 'applications') |
34 |
dest_desktop = os.path.join('/', 'usr', 'share', 'applications') |
| 35 |
try: |
|
|
| 36 |
src = os.path.join('/', 'etc', 'winkirc') |
| 37 |
dst = os.path.join('/', 'etc', 'winkirc.old') |
| 38 |
os.rename(src, dst) |
| 39 |
except: |
| 40 |
pass |
| 41 |
|
| 42 |
setup( name = 'winki', |
35 |
setup( name = 'winki', |
| 43 |
version = '0.3.8', |
36 |
version = '0.3.8', |
| 44 |
description = 'GTK frontend to mencoder, mplayer and lsdvd', |
37 |
description = 'GTK frontend to mencoder, mplayer and lsdvd', |