Skip to content

Commit

Permalink
Update minecraft-pi-reborn-app.pacscript
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Nov 24, 2024
1 parent 565c730 commit 9adce02
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ package() {
install -Dm644 "${srcdir}/com.thebrokenrail.MCPIRebornClient.desktop" "${pkgdir}/usr/share/applications/com.thebrokenrail.MCPIRebornClient.desktop"
install -Dm644 "${srcdir}/com.thebrokenrail.MCPIRebornClient.appdata.xml" "${pkgdir}/usr/share/metainfo/com.thebrokenrail.MCPIRebornClient.appdata.xml"
install -Dm644 "${srcdir}/icon.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/com.thebrokenrail.MCPIRebornClient.png"
}

post_install() {
update-desktop-database -q
}

0 comments on commit 9adce02

Please sign in to comment.