Date: Monday, March 28, 2016 @ 12:21:09 Author: jelle Revision: 168691
FS#47266 / User/Group management TODO Keep group/user after removal for security reasons Modified: fcron/trunk/PKGBUILD fcron/trunk/fcron.install ---------------+ PKGBUILD | 2 +- fcron.install | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-28 10:20:22 UTC (rev 168690) +++ PKGBUILD 2016-03-28 10:21:09 UTC (rev 168691) @@ -7,7 +7,7 @@ pkgname=fcron pkgver=3.2.0 -pkgrel=2 +pkgrel=3 pkgdesc='Feature-rich cron implementation' arch=(i686 x86_64) url='http://fcron.free.fr' Modified: fcron.install =================================================================== --- fcron.install 2016-03-28 10:20:22 UTC (rev 168690) +++ fcron.install 2016-03-28 10:21:09 UTC (rev 168691) @@ -36,9 +36,4 @@ fi } -post_remove() { - userdel fcron &>/dev/null - groupdel fcron &>/dev/null -} - # vim:set ts=2 sw=2 et:
