Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ "$1" = "remove" ] ; then
|
||||
BIN=/usr/bin
|
||||
update-alternatives --remove \
|
||||
vncviewer $BIN/xtigervncviewer
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user