From 566a93b87cbc2f06f6c2affe628503a3b24cd29b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 03 Jun 2014 00:52:56 -0400 Subject: s/-e/-f/ in maintainer scripts. --- (limited to 'busybox.pkg/prerm') diff --git a/busybox.pkg/prerm b/busybox.pkg/prerm index a726c63..6f7635d 100755 --- a/busybox.pkg/prerm +++ b/busybox.pkg/prerm @@ -1,7 +1,7 @@ #!/bin/sh if [ "x${1}" = 'xupgrade' ]; then - if [ -e /usr/share/busybox/init-scripts ]; then + if [ -f /usr/share/busybox/init-scripts ]; then while read script; do "/etc/init.d/${script}" stop done