#!/bin/bash logger -p user.warn "uninstalling ${SYNOPKG_PKGNAME}" # remove link to lunbkp library for remote lun nackup rm "/usr/local/lib/rsync/librsync-lunbkp.so" exit 0