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

merged lp:~dpaleino/wicd/pre-post-down to allow having pre/post disconnection scripts

This commit is contained in:
Adam Blackburn
2009-06-20 19:24:07 -05:00
11 changed files with 139 additions and 57 deletions

View File

@@ -490,7 +490,8 @@ try:
(wpath.backends, ['wicd/backends/be-external.py', 'wicd/backends/be-ioctl.py']),
(wpath.autostart, ['other/wicd-tray.desktop', ]),
(wpath.scripts, []),
(wpath.disconnectscripts, []),
(wpath.predisconnectscripts, []),
(wpath.postdisconnectscripts, []),
(wpath.preconnectscripts, []),
(wpath.postconnectscripts, []),
]