#!/bin/sh set -e if [ "$1" = 'remove' -a -L /usr/lib/@MUSL_TRIPLE@/libc.so ]; then rm /usr/lib/@MUSL_TRIPLE@/libc.so fi #DEBHELPER#