Changes of Revision 4
[-] | Changed | php5-ioncube-loader.spec |
x 1
2 3 4 %post 5 -/usr/sbin/ion_loader.sh install 6 +%{_sbindir}/ion_loader.sh install 7 8 %postun 9 if [ "0$1" -eq 0 -o "$1" = "remove" -o "$1" = "purge" ]; then 10
11 %files 12 %defattr(-,root,root) 13 %{_libdir}/php/modules/ 14 - 15 +%{_sbindir}/ion_loader.sh 16 |