diff options
Diffstat (limited to 'community/hostapd/hostapd.install')
-rw-r--r-- | community/hostapd/hostapd.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/hostapd/hostapd.install b/community/hostapd/hostapd.install new file mode 100644 index 000000000..d838c6a47 --- /dev/null +++ b/community/hostapd/hostapd.install @@ -0,0 +1,7 @@ +post_install() { + echo "> More info: https://wiki.archlinux.org/index.php/Software_Access_Point" +} + +post_upgrade() { + post_install +} |