1
This commit is contained in:
@ -26,6 +26,7 @@ checksums=('SKIP'
|
|||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
sudo chmod +x ./postinstall.sh
|
sudo chmod +x ./postinstall.sh
|
||||||
|
./postinstall.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
@ -33,5 +34,4 @@ install -Dm755 "PortProton_${version}" "${pkgdir}/usr/bin/${name}"
|
|||||||
install -Dm644 "./PortProton_PKGBUILD/${name}.desktop" -t "${pkgdir}/usr/share/applications/"
|
install -Dm644 "./PortProton_PKGBUILD/${name}.desktop" -t "${pkgdir}/usr/share/applications/"
|
||||||
install -Dm644 "./PortProton_PKGBUILD/${name}.png" -t "${pkgdir}/usr/share/pixmaps"
|
install -Dm644 "./PortProton_PKGBUILD/${name}.png" -t "${pkgdir}/usr/share/pixmaps"
|
||||||
install -Dm644 "./PortProton_PKGBUILD/LICENSE" -t "${pkgdir}/usr/share/licenses/${name}/"
|
install -Dm644 "./PortProton_PKGBUILD/LICENSE" -t "${pkgdir}/usr/share/licenses/${name}/"
|
||||||
./postinstall.sh
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user