From 56f955aca6231693fe797de4793f77ed58ab116e Mon Sep 17 00:00:00 2001 From: Bruno Cichon Date: Mon, 1 Oct 2018 01:51:03 +0200 Subject: Add some base packages for ppc64le --- libre-testing/shadow/shadow.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libre-testing/shadow/shadow.install (limited to 'libre-testing/shadow/shadow.install') diff --git a/libre-testing/shadow/shadow.install b/libre-testing/shadow/shadow.install new file mode 100644 index 000000000..14384c333 --- /dev/null +++ b/libre-testing/shadow/shadow.install @@ -0,0 +1,9 @@ +post_upgrade() { + grpck -r >/dev/null 2>&1 + if [ $? -eq 2 ]; then + printf '%s\n' \ + "==> Warning: /etc/group or /etc/gshadow are inconsistent." \ + " Run 'grpck' to correct this." + fi + return 0 +} -- cgit v1.2.3