Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
0cff78b6f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/sbin_postinstall.sh

+ 1
- 1
package/base/sysfiles/sbin_postinstall.sh

@ -51,7 +51,7 @@ all_removed() {
all_touched() {
while read dummy M; do
[ -e "/$M" ] || echo "/$M"
echo "/$M"
done < <( find /var/adm/postinstall/ \
\( -name "*-install.??????" -o -name "*-remove.??????" \) \
-exec grep "$1" "{}" \; 2> /dev/null ) | sort -u

Loading…
Cancel
Save