diff options
author | piernov <piernov@piernov.org> | 2011-09-01 23:57:17 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-01 23:57:17 +0200 |
commit | 10cc2367083f156cbdd4a313e9b35d396529776a (patch) | |
tree | 67393f70304f41ca3cd8f829f333d75f7ccee5ac /gnome-icon-theme/Pkgfile | |
parent | b9dca9ab4bbb6a46897656c12c311e0fc2e451b2 (diff) | |
download | gnome3-10cc2367083f156cbdd4a313e9b35d396529776a.tar.gz gnome3-10cc2367083f156cbdd4a313e9b35d396529776a.tar.bz2 gnome3-10cc2367083f156cbdd4a313e9b35d396529776a.tar.xz gnome3-10cc2367083f156cbdd4a313e9b35d396529776a.zip |
gnome-icon-theme 3.1.90-1 correction conflit
Diffstat (limited to 'gnome-icon-theme/Pkgfile')
-rw-r--r-- | gnome-icon-theme/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnome-icon-theme/Pkgfile b/gnome-icon-theme/Pkgfile index e31f181..c13cb11 100644 --- a/gnome-icon-theme/Pkgfile +++ b/gnome-icon-theme/Pkgfile @@ -15,4 +15,6 @@ build() { ./configure --prefix=/usr make make DESTDIR=$PKG install + # Ne pas inclure le cache des icĂ´nes + rm -f $PKG/usr/share/icons/gnome/icon-theme.cache } |