summaryrefslogtreecommitdiff
blob: 5bead2a57c275e1e48e94e39a8d26512cdcfa3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

eblit-perl-pkg_postrm(){
	dual_scripts

#	if [[ -e ${ARCH_LIB}/Encode/ConfigLocal.pm ]] ; then
#		ebegin "Removing ConfigLocal.pm"
#		rm "${ARCH_LIB}/Encode/ConfigLocal.pm"
#	fi
}