diff options
author | Mark Blakeney | 2017-11-04 08:42:21 +1000 |
---|---|---|
committer | Mark Blakeney | 2017-11-04 08:42:21 +1000 |
commit | b74cdd4bdc29ec284cff95e5431879684b2186a8 (patch) | |
tree | 8c0d469cb03697cfa74d2e1661f8276f979a8dc1 | |
parent | fc2840f9fcd67a3069ffc1c3f35231bd0f8387b4 (diff) | |
download | aur-b74cdd4bdc29ec284cff95e5431879684b2186a8.tar.gz |
WMClass patch no longer needed since 8.10.76.7
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -22,9 +22,6 @@ package() { mv "$pkgdir/usr/share/$_pkgname/LICENSES.chromium.html" \ "${pkgdir}/usr/share/licenses/$pkgname/" rm -rf "$pkgdir/opt" - # Patch wrong WM class until this is fixed. - sed -i "/^StartupWMClass=/s/ Preview//" \ - "$pkgdir/usr/share/applications/$_pkgname.desktop" } # vim:set ts=2 sw=2 et: |