summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Crompton2016-03-06 17:23:04 +0100
committerJames Crompton2016-03-08 13:22:57 +0100
commit557e86e8e6365ddc5c224d2e889234a1e1b024eb (patch)
treef7392ccc4cd56c04d68204819df3e18ff1f76a97 /PKGBUILD
parent57f7e0a3695b4f0c36d3a2dd36aec5956d374446 (diff)
downloadaur-557e86e8e6365ddc5c224d2e889234a1e1b024eb.tar.gz
Adjust product name in mimetype comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3b9a06f737e..0d867b881bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,6 +52,8 @@ package() {
install -D -m644 $_installDir/Resources/keyaccount/32.xpm $pkgdir/usr/share/pixmaps/cewe-fotobuch.xpm && \
install -D -m644 $srcdir/cewe-fotobuch.desktop $pkgdir/usr/share/applications/cewe-fotobuch.desktop
+ # adjust product name in mimetype comment
+ sed -i 's/Mein CEWE FOTOBUCH/CeWe Fotobuch/' $pkgdir/usr/share/mime/packages/*
# remove unneeded mime cache files and installation logs
rm -d $pkgdir/usr/share/mime/application/* $pkgdir/usr/share/mime/* \
$_installDir/.log/* $_installDir/.log &> /dev/null || true