1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-30 02:12:29 +01:00

Initial crack at global scripts support. Also includes some setup.py tweaks.

This commit is contained in:
Dan O'Reilly
2009-02-27 00:40:19 -05:00
parent a23fbcede5
commit e40afce104
3 changed files with 52 additions and 25 deletions

View File

@@ -26,6 +26,10 @@ curses_revision = '%CURSES_REVNO%'
lib = '%LIB%'
share = '%SHARE%'
etc = '%ETC%'
scripts = '%SCRIPTS%'
disconnectscripts = '%DISCONNECTSCRIPTS%'
preconnectscripts = '%PRECONNECTSCRIPTS%'
postconnectscripts = '%POSTCONNECTSCRIPTS%'
images = '%IMAGES%'
encryption = '%ENCRYPTION%'
bin = '%BIN%'