summaryrefslogtreecommitdiffstats
path: root/abs/core/sudo/sudo.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-01 16:01:01 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-01 16:01:01 (GMT)
commit8875dbe9faa67ed8cb8d8d470810f09c6013349e (patch)
treebe5ef4613d443190f791620e42c94cb2d98dc43f /abs/core/sudo/sudo.install
parent7d8c4bfc2f3d4c38af9e90cca0d089745af58b4d (diff)
downloadlinhes_pkgbuild-8875dbe9faa67ed8cb8d8d470810f09c6013349e.zip
linhes_pkgbuild-8875dbe9faa67ed8cb8d8d470810f09c6013349e.tar.gz
linhes_pkgbuild-8875dbe9faa67ed8cb8d8d470810f09c6013349e.tar.bz2
sudo: update to 1.8.22
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: