diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-01 10:17:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-01 10:17:31 +0000 |
commit | 5ecff75d1a31d46a69d226fc3ef46f09453eb468 (patch) | |
tree | 3a58280e596fe878ed25a9c5f45894978078bbf5 | |
parent | df815dd1334508c271cf17e6849dc10f08c292c8 (diff) | |
download | drakx-backup-do-not-use-5ecff75d1a31d46a69d226fc3ef46f09453eb468.tar drakx-backup-do-not-use-5ecff75d1a31d46a69d226fc3ef46f09453eb468.tar.gz drakx-backup-do-not-use-5ecff75d1a31d46a69d226fc3ef46f09453eb468.tar.bz2 drakx-backup-do-not-use-5ecff75d1a31d46a69d226fc3ef46f09453eb468.tar.xz drakx-backup-do-not-use-5ecff75d1a31d46a69d226fc3ef46f09453eb468.zip |
%postun -n harddrake: return 0 when nothing has to be done
-rw-r--r-- | perl-install/drakxtools.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec index bb3b1c11d..ecdf82e3d 100644 --- a/perl-install/drakxtools.spec +++ b/perl-install/drakxtools.spec @@ -225,7 +225,7 @@ done %postun -n harddrake file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && \ - %_sbindir/convert-harddrake + %_sbindir/convert-harddrake || : %files newt -f %name.list %defattr(-,root,root) |