Run postinst.sh after install, fix #4
This commit is contained in:
parent
bd69e78e9b
commit
5205ccf97e
2 changed files with 6 additions and 2 deletions
|
|
@ -36,4 +36,6 @@ chmod +x "%{buildroot}%{install_dir}"/*.so
|
|||
%{install_dir}
|
||||
%{apps_dir}/*
|
||||
|
||||
|
||||
%post
|
||||
cd "%{install_dir}"
|
||||
sh postinst.sh
|
||||
|
|
|
|||
|
|
@ -36,4 +36,6 @@ chmod +x "%{buildroot}%{install_dir}"/*.so
|
|||
%{install_dir}
|
||||
%{apps_dir}/*
|
||||
|
||||
|
||||
%post
|
||||
cd "%{install_dir}"
|
||||
sh postinst.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue