From 66feb5daf619fe67e5ec0cc0d7c1c54c71edcbce Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Wed, 28 Sep 2022 15:56:31 +0200 Subject: [PATCH] added tromjaro-fixes.sh --- PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 11be2bc..7aa937a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,8 +16,10 @@ depends=('xfce4-appfinder' provides=('tromjaro-fixes') backup=() options=(!strip) -source=('scalable.zip::https://www.drive.tromsite.com/s/y8Gm7q6wLrXmtEN/download') -sha256sums=('SKIP') +source=('scalable.zip::https://www.drive.tromsite.com/s/y8Gm7q6wLrXmtEN/download' + 'tromjaro-fixes.sh') +sha256sums=('SKIP' + 'SKIP') install='fixes-package.install' prepare() { cp -R ../bin ../flatpak-overrides ../alpm-hooks ../systemd . @@ -48,4 +50,8 @@ package() { # copy zafiro icons install -d ${pkgdir}/usr/local/share/icons/zafiro/apps/scalable install -Dm755 ${srcdir}/scalable/* ${pkgdir}/usr/local/share/icons/zafiro/apps/scalable + + # copy tromjaro-fixes.sh + install -d ${pkgdir}/etc/profile.d/ + install -Dm644 ${srcdir}/tromjaro-fixes.sh ${pkgdir}/etc/profile.d/ } \ No newline at end of file