[Fedora-packaging] Running installation shell script

Kamal Ahmed kamal2222ahmed at yahoo.com
Tue May 1 13:22:23 UTC 2012


Hi,
Is it permissible to run a shell script, which has commands like:

echo "Installing Development Tools"
yum $YUMOPTS groupinstall "Development Tools"
echo "Installing other packages"
yum $YUMOPTS install python-devel.i386
yum $YUMOPTS install postgresql84-server.i386 postgresql84-devel.i386 postgresql84-python.i386

# note: check install script that already exists. ask kamal.
# Download and install other packages
echo "Installing Asterisk"
wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-10.2.1.tar.gz
tar xvzf asterisk-10.2.1.tar.gz
cd asterisk-10.2.1
./configure
make
make install
chkconfig asterisk on

in the %post  section ?

Thanks,
-Kamal.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/packaging/attachments/20120501/cfbce6e5/attachment.html>


More information about the packaging mailing list