]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
We should not remove users/groups when packages are uninstalled
authorJonathan Steel <jsteel@archlinux.org>
Wed, 27 Apr 2016 20:31:42 +0000 (21:31 +0100)
committerJonathan Steel <jsteel@archlinux.org>
Wed, 27 Apr 2016 20:31:42 +0000 (21:31 +0100)
https://lists.archlinux.org/pipermail/arch-dev-public/2015-February/026953.html

.SRCINFO
PKGBUILD
naemon.install

index 356c51e3b9a0b882d1cfba64612ef575f11b6af0..fc51057a17f3d997b26c9649d5d2b83a884e9253 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 4.2.1
-# Tue Apr 21 14:57:11 UTC 2015
+# Generated by mksrcinfo v8
+# Wed Apr 27 20:26:08 UTC 2016
 pkgbase = naemon
        pkgver = 1.0.3
-       pkgrel = 1
+       pkgrel = 2
        url = http://naemon.org
        arch = i686
        arch = x86_64
index 01f7a64cf945f7710c3eeb3efb47c2936e5bdaf5..84e901bcc0613ba7841fef6b8bb400486bb8c199 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgbase=naemon
 pkgname=('naemon-core' 'naemon-livestatus' 'naemon-thruk')
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://naemon.org"
 license=('GPL2')
index 429505a514d67ef007977bf61b8fe3e6b1b0a3d3..d5b5b5f8d215575092cb17077ecd40c7f1ebaa9c 100644 (file)
@@ -13,7 +13,3 @@ pre_remove() {
     systemctl stop naemon
   fi
 }
-
-post_remove() {
-  userdel naemon
-}