Enable SysV symlinks only during install

See also:

https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Syntax

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
pull/22/head
Peter Lemenkov 11 years ago
parent d2f7fd1b55
commit 5a327261b2

@ -114,7 +114,9 @@ rm -rf %{buildroot}
%post
/sbin/chkconfig --add mediaproxy-ng
if [ $1 -eq 1 ]; then
/sbin/chkconfig --add %{name} || :
fi
%post dkms

Loading…
Cancel
Save