From: Shlomy M. <sh...@Cy...> - 2008-03-12 09:32:35
|
Hi, I'm using the rpm (RPM version 3.0.5) toolbox on AIX 5.3. I have a problem that must be solved before releasing the package I'm building. The %files section contains some directories. After installation, a user can put some files in these directories. When he tries to uninstall the package (rpm -e my_pkg) he gets the following warning for all the non-empty directories that were included in the %files section: "cannot remove /bla/blabla/ - directory not empty" In Linux I didn't get this kind of warnings. Is there any way to specify the RPM to ignore (or not to display) such warnings?! Tx in advanced, Shlom |