Skip to content

Commit

Permalink
net-wireless/wpa_supplicant: call systemd_reenable in postinst
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17
  • Loading branch information
floppym committed Sep 3, 2017
1 parent 6002287 commit 69f5b2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,6 @@ pkg_postinst() {
"Please try to re-enable ${fn}"
fi
done

systemd_reenable wpa_supplicant.service
}
2 changes: 2 additions & 0 deletions net-wireless/wpa_supplicant/wpa_supplicant-2.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,6 @@ pkg_postinst() {
"Please try to re-enable ${fn}"
fi
done

systemd_reenable wpa_supplicant.service
}

0 comments on commit 69f5b2a

Please sign in to comment.