summaryrefslogtreecommitdiff
path: root/testing/shadow/shadow.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/shadow/shadow.install')
-rw-r--r--testing/shadow/shadow.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/shadow/shadow.install b/testing/shadow/shadow.install
deleted file mode 100644
index c1bd1066b..000000000
--- a/testing/shadow/shadow.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_upgrade() {
- grpck -r &>/dev/null
- if [ $? -eq 2 ]; then
- echo "Fixing gshadow file ..."
- while :; do echo "y"; done | grpck &>/dev/null
- fi
- return 0
-}