diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-10-30 17:05:01 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-10-30 17:05:01 +0000 |
commit | cb0ead32ea8906a4376cdf8260b28ea1f9bdbe5a (patch) | |
tree | 6837842b2e9a9e1f5c34dcc45b7d4af68ca6700b /trunk/add-webapp | |
parent | cfdd62e9007d51c8b4f5b94c4d4416b7093d4cf9 (diff) | |
parent | cad3b75e14148af3f16790f0f0201bad12ae0d5f (diff) | |
download | rpm-helper-0.22.2.tar rpm-helper-0.22.2.tar.gz rpm-helper-0.22.2.tar.bz2 rpm-helper-0.22.2.tar.xz rpm-helper-0.22.2.zip |
version 0.22.2v0.22.2
Diffstat (limited to 'trunk/add-webapp')
-rwxr-xr-x | trunk/add-webapp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/trunk/add-webapp b/trunk/add-webapp deleted file mode 100755 index 6468280..0000000 --- a/trunk/add-webapp +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -if [ $# != 2 ]; then - echo "usage: $0 <pkg name> <number installed>" 1>&2 - exit 1 -fi - -pkg=$1 # name of the package -num=$2 # number of packages installed - -if [ $num = 1 ]; then - # installation: restart web server if running, - # as there is a new configuration file - /sbin/service httpd condrestart -fi |