7038db7c11
Linux compatibility package based on the openSUSE Linux distribution. Please visit http://www.opensuse.org/ for more information about openSUSE Linux. This package supports running ELF binaries linked with glibc2 that require GTK+-3.x shared libraries.
14 lines
409 B
Text
14 lines
409 B
Text
# $NetBSD: DEINSTALL,v 1.1 2021/11/25 15:39:48 ryoon Exp $
|
|
#
|
|
# Remove gtk module configuration.
|
|
#
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
GNOME_BINDIR="${PKG_PREFIX}/@EMULSUBDIR@/usr/bin"
|
|
GNOME_LIBDIR="${PKG_PREFIX}/@EMULSUBDIR@/usr/lib@ABISUFFIX@"
|
|
GNOME_ETCDIR="${PKG_PREFIX}/@EMULSUBDIR@/etc"
|
|
|
|
${ECHO} "${PKGNAME}: removing GTK module configuration"
|
|
${RM} -f ${GNOME_LIBDIR}/gtk-3.0/3.0.0/immodules.cache
|
|
;;
|
|
esac
|