updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / pump / pump.install
blob7b36007a519341015fabb62914f4a938eed0515a
1 post_install() {
2   echo "This dhcp client is a replacement" \
3        "for dhcpcd. You can also use it" \
4        "as a replacement for /etc/rc.d/network"
5   echo "Configuration options reside in /etc/conf.d/pump."
7 post_remove() {
8   echo "ATTENTION -- ATTENTION"
9   echo "You have removed this dhcp client. If you were" \
10        "using it then you'll have to make sure that you" \
11        "have a suitable replacement. Else you can render" \
12        "your system unbootable - this can be a real pain" \
13        "on headless systems."
14   echo "ATTENTION -- ATTENTION"
17 # vim:set ts=2 sw=2 et: