SpiritCroc e417f25130 Add target to create a local PKGBUILD to install .deb on Arch
pacman target is somewhat broken, so let's do it similarly like the
official AUR package for local installs.
2021-01-28 10:59:38 +01:00

4 lines
60 B
Bash

#!/bin/sh
exec "/opt/---productName---/---appName---" "$@"