Your IP : 216.73.216.104


Current Path : /proc/thread-self/root/scripts/
Upload Files:
Current File: //proc/thread-self/root/scripts/posteasyapache

#!/bin/sh

echo Removing managed packages from rpmdb if they exist...
rpm -q UL_php53 && rpm -e --justdb UL_php53
rpm -q UL_php54 && rpm -e --justdb UL_php54
rpm -q UL_httpd && rpm -e --justdb UL_httpd
yum clean rpmdb

exit 0