summarylogtreecommitdiffstats
path: root/wicd.install
blob: 6bb3d3ae113bd0a313f2d9827b801d63085299f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PKGNAME=wicd

pre_remove () {
    for pyo in $(pacman -Qql $PKGNAME  | grep \.py$ | sed 's|.py$|.pyo|g'); do
        if [ -f "$pyo" ]; then
            rm "$pyo"
        fi
    done
}

post_install() {
  echo
  echo "==> You need to restart the dbus service after "
  echo "==> upgrading wicd."
  echo "==> Disable networkmanager, dhcpcd or other networking " 
  echo "==> utility and add 'wicd' to your systemd configuration."
  echo
  echo "==> To run: wicd-cli or wicd-curses"    
}