File: synce-remove-program.in

package info (click to toggle)
librapi2 0.9.0-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,204 kB
  • ctags: 1,258
  • sloc: sh: 9,013; ansic: 5,743; cpp: 522; makefile: 171
file content (20 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
#
# $Id: synce-remove-program.in,v 1.1 2002/12/04 18:56:36 twogood Exp $
#
# Script to uninstall a program
#
# See http://www.pocketpcdn.com/qa/uninstall.html to know how it works.
#
prefix=@prefix@
exec_prefix=@exec_prefix@

if [ -z "$1" ]; then

	echo "As parameter to this script, please enter the program name as it appears under
Settings -> Remove programs on your Windows CE device."

	exit 1
fi

@bindir@/synce-prun unload.exe "$1"