[arch-commits] Commit in man-db/repos (testing-x86_64 testing-x86_64/man-db.install)
andyrtr at archlinux.org
andyrtr at archlinux.org
Thu Feb 19 09:54:38 UTC 2009
Date: Thursday, February 19, 2009 @ 04:54:38
Author: andyrtr
Revision: 27334
Merged revisions 27333 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/man-db/trunk
........
r27333 | andyrtr | 2009-02-19 09:53:45 +0000 (Do, 19 Feb 2009) | 2 lines
upgpkg: man-db 2.5.3-2
added a msg for user of the former -1 testing pkg and the one from community
........
Modified:
man-db/repos/testing-x86_64/ (properties)
man-db/repos/testing-x86_64/man-db.install
----------------+
man-db.install | 8 ++++++++
1 file changed, 8 insertions(+)
Property changes on: man-db/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /man-db/trunk:1-27329
+ /man-db/trunk:1-27333
Modified: testing-x86_64/man-db.install
===================================================================
--- testing-x86_64/man-db.install 2009-02-19 09:53:45 UTC (rev 27333)
+++ testing-x86_64/man-db.install 2009-02-19 09:54:38 UTC (rev 27334)
@@ -4,6 +4,14 @@
echo "\"/usr/bin/mandb --quiet\""
}
+post_upgrade() {
+ if [ "`vercmp $2 2.5.3-2`" -lt 0 ]; then
+ echo "systemuser \"man\" is no more requiered"
+ echo "run \"userdel man\". please also"
+ echo "chown root:root /var/cache/man"
+ fi
+}
+
post_remove() {
rm -rf /var/cache/man
}
More information about the arch-commits
mailing list