1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-03 04:14:12 +01:00

updated shebangs & other p3 references

This commit is contained in:
Guido Serra
2019-09-11 12:14:15 +02:00
parent 317576bc26
commit 5860ad8251
27 changed files with 28 additions and 28 deletions

View File

@@ -9,4 +9,4 @@ if [ -e "/var/lib/wicd/WHEREAREMYFILES" ] && [ ! -L "$HOME/.wicd/WHEREAREMYFILES
ln -s "/var/lib/wicd/WHEREAREMYFILES" "$HOME/.wicd/WHEREAREMYFILES"
fi
exec /usr/bin/python -O /usr/share/wicd/gtk/wicd-client.py $@
exec /usr/bin/python3 -O /usr/share/wicd/gtk/wicd-client.py $@