Skip to content

Commit

Permalink
Update inkscape.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 28, 2024
1 parent f389ada commit d6ad370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/generic/inkscape.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pelfCreator -m "xplshn" -n "inkscape" -p "inkscape" -e "org.inkscape.Inkscape.desktop" -z && {
pelfCreator -m "xplshn" -n "inkscape" -p "inkscape adwaita-icon-theme" -e "org.inkscape.Inkscape.desktop" -z && {
APPDIR="$(echo inkscape*.AppDir)"
"$APPDIR/AppRun" --Xbwrap --uid "0" --gid "0" -- apk -X "http://dl-cdn.alpinelinux.org/alpine/edge/main" -U --allow-untrusted add adwaita-icon-theme
"$APPDIR/AppRun" --Xbwrap --uid "0" --gid "0" -- gtk-update-icon-cache /usr/share/icons/Adwaita
"$APPDIR/AppRun" --Xbwrap --uid "0" --gid "0" -- gtk-update-icon-cache /usr/share/icons/hicolor
"$APPDIR/.gen"
Expand Down

0 comments on commit d6ad370

Please sign in to comment.