Skip to content

Commit

Permalink
Removed installation of contrib scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Apr 17, 2024
1 parent c705e06 commit feb0476
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions swayfx-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,4 @@ package() {
install -Dm644 sway-portals.conf "$pkgdir/usr/share/xdg-desktop-portal/sway-portals.conf"

DESTDIR="$pkgdir" meson install -C build

cd "$_pkgname"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
for util in autoname-workspaces.py inactive-windows-transparency.py grimshot; do
install -Dm755 "contrib/$util" -t "$pkgdir/usr/share/$pkgname/scripts"
done
}

0 comments on commit feb0476

Please sign in to comment.