summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2017-11-04 08:42:21 +1000
committerMark Blakeney2017-11-04 08:42:21 +1000
commitb74cdd4bdc29ec284cff95e5431879684b2186a8 (patch)
tree8c0d469cb03697cfa74d2e1661f8276f979a8dc1 /PKGBUILD
parentfc2840f9fcd67a3069ffc1c3f35231bd0f8387b4 (diff)
downloadaur-b74cdd4bdc29ec284cff95e5431879684b2186a8.tar.gz
WMClass patch no longer needed since 8.10.76.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a68a8e12492..89e116653ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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: