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:
3
setup.py
3
setup.py
@@ -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, []),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user