summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/shadow/shadow.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/shadow/shadow.install')
-rw-r--r--abs/core-testing/shadow/shadow.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core-testing/shadow/shadow.install b/abs/core-testing/shadow/shadow.install
deleted file mode 100644
index 881a67b..0000000
--- a/abs/core-testing/shadow/shadow.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- # fix gshadow
- if [ "$(grpck -r)" ]; then
- echo "Fixing gshadow file ..."
- while :; do echo "y"; done | grpck
- fi
-}
-
-op=$1
-shift
-$op $*