#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	rm -f /usr/lib/debug/boot/vmlinux-$(uname -r)
fi
