diff options
-rw-r--r-- | gnome-icon-theme/.footprint.i686 | 1 | ||||
-rw-r--r-- | gnome-icon-theme/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | gnome-icon-theme/Pkgfile | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/gnome-icon-theme/.footprint.i686 b/gnome-icon-theme/.footprint.i686 index 7602f51..5d3fa4e 100644 --- a/gnome-icon-theme/.footprint.i686 +++ b/gnome-icon-theme/.footprint.i686 @@ -5814,7 +5814,6 @@ lrwxrwxrwx root/root usr/share/icons/gnome/8x8/emblems/emblem-nowrite.png -> emb -rw-r--r-- root/root usr/share/icons/gnome/8x8/emblems/emblem-symbolic-link.png -rw-r--r-- root/root usr/share/icons/gnome/8x8/emblems/emblem-synchronizing.png -rw-r--r-- root/root usr/share/icons/gnome/8x8/emblems/emblem-unreadable.png --rw-r--r-- root/root usr/share/icons/gnome/icon-theme.cache -rw-r--r-- root/root usr/share/icons/gnome/index.theme drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ diff --git a/gnome-icon-theme/.footprint.x86_64 b/gnome-icon-theme/.footprint.x86_64 index 7602f51..5d3fa4e 100644 --- a/gnome-icon-theme/.footprint.x86_64 +++ b/gnome-icon-theme/.footprint.x86_64 @@ -5814,7 +5814,6 @@ lrwxrwxrwx root/root usr/share/icons/gnome/8x8/emblems/emblem-nowrite.png -> emb -rw-r--r-- root/root usr/share/icons/gnome/8x8/emblems/emblem-symbolic-link.png -rw-r--r-- root/root usr/share/icons/gnome/8x8/emblems/emblem-synchronizing.png -rw-r--r-- root/root usr/share/icons/gnome/8x8/emblems/emblem-unreadable.png --rw-r--r-- root/root usr/share/icons/gnome/icon-theme.cache -rw-r--r-- root/root usr/share/icons/gnome/index.theme drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ 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 } |