diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-01 12:24:11 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-01 12:24:11 +0000 |
commit | 0e40dbf86bd60f7eb057a27f56cded4f689c6747 (patch) | |
tree | ba563fed292816c03ae1253e545c6f961cbe59ca /packaging/Caldera/OpenServer/pkg/Remove | |
parent | 26bc8adcaa94a5a76710d1003d3828982fff33ac (diff) | |
download | samba-0e40dbf86bd60f7eb057a27f56cded4f689c6747.tar.gz samba-0e40dbf86bd60f7eb057a27f56cded4f689c6747.tar.bz2 samba-0e40dbf86bd60f7eb057a27f56cded4f689c6747.zip |
sync with SAMBA_2_2
(This used to be commit 720ec55c175bd9df5832085066d1e68b2684a8a2)
Diffstat (limited to 'packaging/Caldera/OpenServer/pkg/Remove')
-rwxr-xr-x | packaging/Caldera/OpenServer/pkg/Remove | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packaging/Caldera/OpenServer/pkg/Remove b/packaging/Caldera/OpenServer/pkg/Remove new file mode 100755 index 0000000000..ea6102ac38 --- /dev/null +++ b/packaging/Caldera/OpenServer/pkg/Remove @@ -0,0 +1,16 @@ +#!/bin/sh +# +# Generic command-line Software Manger (custom) removal from +# media images. Based on the installation script by Phil Hollenback +# (philiph@sco.com) and Ron Record (rr@sco.com) +# + +# Set this to be the full pathname to the directory +# where your media images are: +VDIR=`pwd`/archives/FLOPPY +VOLS=$VDIR/VOL.000.000 + +component=`grep "component" < $VOLS | head -1 | cut -d= -f2 | cut -d: -f1` +package=`grep "component" < $VOLS | head -1 | cut -d= -f2 | cut -d: -f2` + +custom -p $component:$package -r |