DDeepin Developerfeat: Init commit
430163a1创建于 2022年10月19日历史提交
#! /bin/sh
# postinst script for sbcl
set -e

if [ "$1" = "configure" ] && command -v update-binfmts >/dev/null; then
    update-binfmts --import sbcl || true
fi

#DEBHELPER#

exit 0