mirror of
https://github.com/gryf/wicd.git
synced 2025-12-28 17:32:36 +01:00
attempting to migrate to python 3.x
This commit is contained in:
12
scripts/wicd-gtk
Executable file
12
scripts/wicd-gtk
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# check_firstrun()
|
||||
if [ ! -d "$HOME/.wicd" ]; then
|
||||
mkdir -p "$HOME/.wicd"
|
||||
fi
|
||||
# Make sure the user knows WHEREAREMYFILES ;-)
|
||||
if [ -e "/var/lib/wicd/WHEREAREMYFILES" ] && [ ! -L "$HOME/.wicd/WHEREAREMYFILES" ]; then
|
||||
ln -s "/var/lib/wicd/WHEREAREMYFILES" "$HOME/.wicd/WHEREAREMYFILES"
|
||||
fi
|
||||
|
||||
exec /usr/bin/python -O /usr/share/wicd/gtk/wicd-client.py $@
|
||||
Reference in New Issue
Block a user