1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

moved 55wicd to 91wicd

This commit is contained in:
Adam Blackburn
2009-07-27 21:09:18 -05:00
parent 09c8992dc9
commit 6e132f1028
2 changed files with 1 additions and 1 deletions

View File

@@ -526,7 +526,7 @@ try:
data.append((wpath.resume, ['other/80-wicd-connect.sh' ]))
data.append((wpath.suspend, ['other/50-wicd-suspend.sh' ]))
if not wpath.no_install_pmutils:
data.append((wpath.pmutils, ['other/55wicd' ]))
data.append((wpath.pmutils, ['other/91wicd' ]))
print 'Using pid path', os.path.basename(wpath.pidfile)
print 'Language support for',
for language in os.listdir('translations/'):