blob: cd7bff1339739bdb051c54ef9178c1e4ffdb18d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.34 2011/01/30 18:58:56 ssuominen Exp $
# @DEAD
# To be removed on 2011/09/30.
ewarn "Please fix your package (${CATEGORY}/${PF}) to not use ${ECLASS}.eclass"
xfce4_pkg_postrm() {
:
}
EXPORT_FUNCTIONS pkg_postrm
|