~superm1/+junk/vnc4

« back to all changes in this revision

Viewing changes to debian/vnc4-common.prerm

  • Committer: Mario Limonciello
  • Date: 2008-02-03 20:00:52 UTC
  • Revision ID: supermario@portablemario-20080203200052-peg4pzw4fuxwvz36
 initial checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if [ "$1" = "remove" ] ; then
 
4
    BIN=/usr/bin
 
5
    update-alternatives --remove \
 
6
        vncpasswd $BIN/vnc4passwd
 
7
fi
 
8
 
 
9
#DEBHELPER#
 
10
 
 
11
exit 0