Run postinst.sh after install, fix #4

This commit is contained in:
TheElectronWill 2017-12-12 19:33:34 +01:00
parent bd69e78e9b
commit 5205ccf97e
2 changed files with 6 additions and 2 deletions

View file

@ -36,4 +36,6 @@ chmod +x "%{buildroot}%{install_dir}"/*.so
%{install_dir}
%{apps_dir}/*
%post
cd "%{install_dir}"
sh postinst.sh

View file

@ -36,4 +36,6 @@ chmod +x "%{buildroot}%{install_dir}"/*.so
%{install_dir}
%{apps_dir}/*
%post
cd "%{install_dir}"
sh postinst.sh