root/pbibuild/modules/cabextract/overlay-dir/PBI.RemoveScript.sh

Revision 1566, 483 bytes (checked in by gonzalo, 9 months ago)

Cabextract added

  • Property svn:executable set to *
Line 
1#!/bin/sh
2# Filename: PBI.RemoveScript.sh
3# Place any custom removal code here.
4# This script will be run before your program is deleted.
5# ${1} is the directory name.
6# ${2} is the username of person performing the deletion.
7# TIP: 'kdialog' should be used for user interaction.
8#########################################
9rm -fR /usr/local/bin/cabextract
10rm -fR /usr/local/man/ja/man1/cabextract.1.gz
11rm -fR /usr/local/man/man1/cabextract.1.gz
12rm -fR /usr/local/share/doc/cabextract
Note: See TracBrowser for help on using the browser.