mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
# $NetBSD: DEINSTALL,v 1.1 2014/01/20 13:26:54 ryoon Exp $
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
${PREFIX}/bin/uim-module-manager --unregister-all
|
|
;;
|
|
esac
|