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

Removing GUI related files.

This commit is contained in:
2020-08-01 18:58:58 +02:00
parent 777b655423
commit f3bee99e79
100 changed files with 12 additions and 7308 deletions

View File

@@ -1,12 +0,0 @@
#!/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/python3 -O /usr/share/wicd/gtk/wicd-client.py $@