mirror of
https://abf.rosa.ru/djam/wipe.git
synced 2025-02-23 09:42:58 +00:00
Fix man page extension
This commit is contained in:
parent
fb1d0be5e7
commit
6aa7aaaaf4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Summary: Secure file deletion utility
|
||||
Name: wipe
|
||||
Version: 2.3.1
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPLv2+
|
||||
Group: File tools
|
||||
Url: http://wipe.sourceforge.net/
|
||||
|
@ -23,7 +23,7 @@ erased from a hard drive is unrecoverable.
|
|||
%{_mandir}/man1/wipe.wipe.1*
|
||||
|
||||
%post
|
||||
%{_sbindir}/update-alternatives --install %{_bindir}/wipe wipe %{_bindir}/wipe.wipe 10 --slave %{_mandir}/man1/wipe.1.lzma wipe.1.lzma %{_mandir}/man1/wipe.wipe.1.lzma
|
||||
%{_sbindir}/update-alternatives --install %{_bindir}/wipe wipe %{_bindir}/wipe.wipe 10 --slave %{_mandir}/man1/wipe.1.xz wipe.1.xz %{_mandir}/man1/wipe.wipe.1.xz
|
||||
|
||||
%postun
|
||||
%{_sbindir}/update-alternatives --remove wipe %{_bindir}/wipe.wipe
|
||||
|
|
Loading…
Add table
Reference in a new issue