Add basic support for uninstall scripts.
RPM_INSTALL_PREFIX{n} is not yet supported and upgrading a package
where an uninstall script changes may need more work to ensure the
old script doesn't get included in the merged set (when it is too
late to remove). I haven't yet tested whether this is a real problem.
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 New and improved test package
21 mkdir -p $RPM_BUILD_ROOT/usr/bin
22 mkdir -p $RPM_BUILD_ROOT/etc
23 touch $RPM_BUILD_ROOT/usr/bin/zsh2
24 echo "DEVICE /dev/tty" > $RPM_BUILD_ROOT/etc/zsh.conf