summarylogtreecommitdiffstats
path: root/aurto.install
diff options
context:
space:
mode:
Diffstat (limited to 'aurto.install')
-rw-r--r--aurto.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/aurto.install b/aurto.install
index c62f9115c254..1969ec98ca80 100644
--- a/aurto.install
+++ b/aurto.install
@@ -33,16 +33,6 @@ post_install() {
echo "aurto: Passwordless usage available for \`wheel\` group"
}
-post_upgrade() {
- if ! initialised; then
- exit 0
- fi
-
- ## clean legacy additions to the sudoers file
- ## removes everything between `## aurto rules` & `## /aurto rules` in the sudoers file
- sed -i '/^## aurto rules$/,/^## \/aurto rules$/d' /etc/sudoers
-}
-
pre_remove() {
if ! initialised; then
exit 0