From aae8e2d59d79bf95a79b8eee83aae454d3f99dce Mon Sep 17 00:00:00 2001 From: David Paleino Date: Sun, 7 Aug 2011 22:21:10 +0200 Subject: [PATCH] fix suspend scripts to use correct locations --- in/other=50-wicd-suspend.sh.in | 2 +- in/other=80-wicd-connect.sh.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/in/other=50-wicd-suspend.sh.in b/in/other=50-wicd-suspend.sh.in index aa71956..e3fc438 100755 --- a/in/other=50-wicd-suspend.sh.in +++ b/in/other=50-wicd-suspend.sh.in @@ -1,3 +1,3 @@ #!/bin/sh # Put wifi interface down -%LIB%suspend.py +%DAEMON%suspend.py diff --git a/in/other=80-wicd-connect.sh.in b/in/other=80-wicd-connect.sh.in index b4c0c19..5726e78 100755 --- a/in/other=80-wicd-connect.sh.in +++ b/in/other=80-wicd-connect.sh.in @@ -1,4 +1,4 @@ #!/bin/sh # Bring wifi network interface back up. -%LIB%autoconnect.py +%DAEMON%autoconnect.py