summaryrefslogtreecommitdiffstats
path: root/abs/core/sudo/sudo.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/sudo/sudo.install')
-rw-r--r--abs/core/sudo/sudo.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/core/sudo/sudo.install b/abs/core/sudo/sudo.install
index 1369cc1..abf58e3 100644
--- a/abs/core/sudo/sudo.install
+++ b/abs/core/sudo/sudo.install
@@ -1,9 +1,3 @@
-post_install() {
- if type -P systemd-tmpfiles >/dev/null; then
- systemd-tmpfiles --create sudo.conf
- fi
-}
-
pre_upgrade() {
# Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
# http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
@@ -12,8 +6,4 @@ pre_upgrade() {
fi
}
-post_upgrade() {
- post_install
-}
-
# vim:set ts=2 sw=2 et: