>> You can do that relatively easily in Maverick thanks to a new dpkg
>> feature:
>>
>>   https://wiki.ubuntu.com/ReducingDiskFootprint#Drop%20unnecessary%20files
>
> Wouldn't it be better/safer to use
>
>    find /usr/share/doc -depth -type f ! -name copyright -delete || true
>    find /usr/share/doc -empty -delete || true
>
> instead of piping filenames through |xargs rm/rmdir?

Well, then you package system is destroyed/bewildered, isn't it?
I am looking for a way to leave apt/dpkg in a working state.

g

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

Reply via email to