diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-12-02 09:10:04 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-12-02 09:10:09 +0000 |
commit | fb92b742c2e3417e5f5706527bf20091c91b509c (patch) | |
tree | d6f5f2d63699dec2dc9c9c5cb31fb373deb62ab9 /testing/yad | |
parent | 12f6ccdc4b0458a8fe140c1853cac9b3307ff11b (diff) | |
download | aports-fb92b742c2e3417e5f5706527bf20091c91b509c.tar.bz2 aports-fb92b742c2e3417e5f5706527bf20091c91b509c.tar.xz |
testing/yad: removed README.alpine since a trigger which update the icon cache already exists
Diffstat (limited to 'testing/yad')
-rw-r--r-- | testing/yad/APKBUILD | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/testing/yad/APKBUILD b/testing/yad/APKBUILD index 0b380db55a..c5e17266e7 100644 --- a/testing/yad/APKBUILD +++ b/testing/yad/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=yad pkgver=0.32.0 -pkgrel=0 +pkgrel=1 pkgdesc="A fork of zenity - display graphical dialogs from shell scripts or command line" url="http://sourceforge.net/projects/yad-dialog" arch="all" @@ -37,12 +37,6 @@ package() { cd "$_builddir" make DESTDIR="${pkgdir}" install mkdir -p "$pkgdir/usr/share/doc/$pkgname" - cat >"$pkgdir"/usr/share/doc/$pkgname/README.alpine <<EOF -*** Icon cache not updated. Remember to run: -*** -*** gtk-update-icon-cache -f -t /usr/share/icons/hicolor -EOF - } md5sums="c4c7c64f86cc10383fb624e6659838de yad-0.32.0.tar.xz" |