summaryrefslogtreecommitdiffstats
path: root/abs/core/wpa_supplicant/wpa_supplicant.install
blob: 0c31765a3eb8f3b8a8cfe27333dc97b74b9c74e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# arg 1:  the new package version
post_install() {
  post_upgrade
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  echo "==> For wpa_gui please install 'wpa_supplicant_gui'"
}

op=$1
shift

$op $*