mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
thunderbird: fix installation
This commit is contained in:
parent
fc48d88d53
commit
d144cec56f
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ do_install() {
|
||||||
vinstall ${FILESDIR}/vendor.js 644 usr/lib/thunderbird/defaults/preferences
|
vinstall ${FILESDIR}/vendor.js 644 usr/lib/thunderbird/defaults/preferences
|
||||||
vinstall ${FILESDIR}/thunderbird.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/thunderbird.desktop 644 usr/share/applications
|
||||||
|
|
||||||
for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
|
for i in 16 22 24 32 48 256; do
|
||||||
vinstall ../other-licenses/branding/thunderbird/mailicon${i}.png 644 \
|
vinstall other-licenses/branding/thunderbird/mailicon${i}.png 644 \
|
||||||
usr/share/icons/hicolor/${i}x${i}/apps thunderbird.png
|
usr/share/icons/hicolor/${i}x${i}/apps thunderbird.png
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue