#!/bin/sh
##############################################################################
#
#  Copyright (c) 2005, Doremi Labs, Inc.
#    All rights reserved.
#
#  Redistribution in source or binary forms, with or without
#  modification, are NOT permitted.
#
#    Doremi Labs, Inc.
#    1020 Chestnut St.
#    Burbank, CA 91506
#    Tel : (818) 562 1101
#    Fax : (818) 562 1109
#
##############################################################################
#
#

# the --delete will delete all CPL listed in file /doremi/opt/cplremover/pendingDeletion.xml 
# that still match the criteria 
/doremi/sbin/cplremover.out --delete

# the --generate will build a list of CPL matching criterias in /doremi/etc/cplrmv.xml and
# store the uuid and associated info in file /doremi/opt/cplremover/pendingDeletion.xml
/doremi/sbin/cplremover.out --generate
