e3d7b54ca3
Former-commit-id: bb0edac46772972b4c99a84b8e1791f43b9195f5
8 lines
157 B
Bash
8 lines
157 B
Bash
#!/bin/sh -e
|
|
|
|
if [ "$1" = remove ] && [ -x /usr/sbin/update-binfmts ]; then
|
|
update-binfmts --package mono-runtime --remove cli /usr/bin/cli
|
|
fi
|
|
|
|
#DEBHELPER#
|