File: synce-remove-program.in

package info (click to toggle)
librapi2 0.15-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,864 kB
  • sloc: ansic: 14,036; sh: 10,572; cpp: 851; python: 338; makefile: 229
file content (20 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
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 451 2002-12-04 18:56:36Z twogood $
#
# 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"