8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
if [ "$1" = remove ]; then
|
||
|
update-alternatives --remove cli /usr/bin/mono
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|