Browse Source

Enable SysV symlinks only during install

See also:

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

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git.mgm/mediaproxy-ng/master
Peter Lemenkov 12 years ago
parent
commit
5a327261b2
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      el/mediaproxy-ng.spec

+ 3
- 1
el/mediaproxy-ng.spec View File

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


Loading…
Cancel
Save