automated clean up of /usr/lib because of /lib

From: Alexander Leidinger <Alexander_at_Leidinger.net>
Date: Sun, 31 Aug 2003 20:31:49 +0200
Hi,

shouldn't we add something like
---snip---
for i in /lib/lib*.so.*; do
	lib=$(basename $i)
	[ -f /usr/lib/$lib ] && chflags noschg /usr/lib/$lib && rm /usr/lib/$lib
done
---snip---
into UPDATING or append it to the end of installworld?

Bye,
Alexander.

-- 
               I believe the technical term is "Oops!"

http://www.Leidinger.net                       Alexander _at_ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7
Received on Sun Aug 31 2003 - 09:30:21 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:20 UTC