e3d7b54ca3
Former-commit-id: bb0edac46772972b4c99a84b8e1791f43b9195f5
8 lines
128 B
Bash
8 lines
128 B
Bash
#!/bin/sh -e
|
|
|
|
if [ "$1" = remove ]; then
|
|
update-alternatives --remove cil-disassembler /usr/bin/monodis
|
|
fi
|
|
|
|
#DEBHELPER#
|