From be2b41df4a70643a4b84af67d445e37a075f0065 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 21 Jul 2017 18:23:47 +0200 Subject: Added Dogtag 10.0 scripts. --- dogtag-10.0/core-uninstall.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 dogtag-10.0/core-uninstall.sh (limited to 'dogtag-10.0/core-uninstall.sh') diff --git a/dogtag-10.0/core-uninstall.sh b/dogtag-10.0/core-uninstall.sh new file mode 100755 index 0000000..48ff2ad --- /dev/null +++ b/dogtag-10.0/core-uninstall.sh @@ -0,0 +1,17 @@ +#!/bin/sh -x + +yum erase -y\ + pki-symkey\ + pki-base\ + pki-tools\ + pki-util\ + pki-silent\ + pki-selinux\ + pki-server\ + pki-ca\ + pki-kra\ + pki-ocsp\ + pki-tks\ + pki-tps\ + pki-javadoc\ + pki-core-debuginfo -- cgit