Skip to content

Commit

Permalink
Update unicons-git.pacscript
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Oct 28, 2024
1 parent cce5d67 commit 4f72187
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/unicons-git/unicons-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ pkgdesc="Unicorn Desktop Icons. By the Rhino Linux Team"
maintainer=("AJStrong <[email protected]>")
depends=("gtk-update-icon-cache")

package() {
cd "${gives}"
prepare() {
mkdir -p "${pkgdir}/usr/share/icons/Unicons/"
cp -r unicons/* /usr/share/icons/Unicons
}

post_install() {
gtk-update-icon-cache "/usr/share/icons/Unicons"
package() {
cp -r "${gives}"/* "${pkgdir}/usr/share/icons/Unicons"
gtk-update-icon-cache "${pkgdir}/usr/share/icons/Unicons"
}

0 comments on commit 4f72187

Please sign in to comment.