You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

xtigervncviewer.prerm 158B

1234567891011
  1. #!/bin/sh -e
  2. if [ "$1" = "remove" ] ; then
  3. BIN=/usr/bin
  4. update-alternatives --remove \
  5. vncviewer $BIN/xtigervncviewer
  6. fi
  7. #DEBHELPER#
  8. exit 0