diff options
author | tnut <tnut at nutyx dot com> | 2011-07-16 16:35:31 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-16 16:35:31 +0200 |
commit | f64d12ba9c45abf0cb22312f60435cb661ff9599 (patch) | |
tree | 35b2b3587d1f285490ae09bb0a73d9f54ed728bc /extra/thunderbird/Pkgfile | |
parent | f862e9c728daf346822c95bc59d11cab451887ab (diff) | |
download | nutyx-extra-f64d12ba9c45abf0cb22312f60435cb661ff9599.tar.gz nutyx-extra-f64d12ba9c45abf0cb22312f60435cb661ff9599.tar.bz2 nutyx-extra-f64d12ba9c45abf0cb22312f60435cb661ff9599.tar.xz nutyx-extra-f64d12ba9c45abf0cb22312f60435cb661ff9599.zip |
thunderbird, maj footprint et suppression des headers de devel
Diffstat (limited to 'extra/thunderbird/Pkgfile')
-rwxr-xr-x | extra/thunderbird/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/thunderbird/Pkgfile b/extra/thunderbird/Pkgfile index 36cd8eeb4..8eca38214 100755 --- a/extra/thunderbird/Pkgfile +++ b/extra/thunderbird/Pkgfile @@ -38,6 +38,7 @@ build() { cd $SRC mv fr.xpi thunderbird-i18n-$version-fr.xpi install -Dm644 thunderbird-i18n-$version-fr.xpi $PKG/usr/lib/thunderbird-$version/extensions/langpack-fr@thunderbird.mozilla.org.xpi + rm -r $PKG/usr/include } |