blob: 745000ff18301159f408ec8f1e58f7aff4dbd200 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive/thunar-archive-0.2.2.ebuild,v 1.1 2006/12/20 03:25:12 nichoj Exp $
inherit gnome2 xfce44
xfce44_beta
xfce44_goodies_thunar_plugin
DESCRIPTION="Thunar archive plugin"
HOMEPAGE="http://www.foo-projects.org/~benny/projects/thunar-archive-plugin/"
KEYWORDS="~x86"
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}
|