SHA256
1
0
forked from pool/schily

follow unzip.spec for how to do u-a

OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=24
This commit is contained in:
Jan Engelhardt 2018-05-18 12:10:46 +00:00 committed by Git OBS Bridge
parent e48515a62a
commit 7327d9ab66

View File

@ -656,7 +656,7 @@ true
--install "%_bindir/mt" mt "%_bindir/smt" 10 \
--slave "%_mandir/man1/mt.1%ext_man" "mt.1%ext_man" "%_mandir/man1/smt.1%ext_man"
%preun mt
%postun mt
if test "$1" = 0; then
"%_sbindir/update-alternatives" --remove mt "%_bindir/smt"
fi
@ -666,7 +666,7 @@ fi
--install "%_sbindir/rmt" rmt "%_sbindir/srmt" 10 \
--slave "%_mandir/man8/rmt.1%ext_man" "rmt.1%ext_man" "%_mandir/man8/srmt.1%ext_man"
%preun rmt
%postun rmt
if test "$1" = 0; then
"%_sbindir/update-alternatives" --remove rmt "%_sbindir/srmt"
fi