1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 22:27:59 +01:00

fix suspend scripts to use correct locations

This commit is contained in:
David Paleino
2011-08-07 22:21:10 +02:00
parent 6b18de7e75
commit aae8e2d59d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
# Put wifi interface down
%LIB%suspend.py
%DAEMON%suspend.py

View File

@@ -1,4 +1,4 @@
#!/bin/sh
# Bring wifi network interface back up.
%LIB%autoconnect.py
%DAEMON%autoconnect.py