remove doas_askpass subodule update shortcuts

This commit is contained in:
Tibeuleu
2026-01-06 16:33:32 +01:00
parent c7c812b49f
commit 16b46c275a
11 changed files with 144 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
PROG=doas_askpass
PREFIX=/usr/local
BINDIR=${PREFIX}/bin
LICENSEDIR=${PREFIX}/share/licenses/doas_askpass
install:
chmod 755 ${PROG}
cp ${PROG} ${PROG}.bak
mkdir -p ${DESTDIR}${BINDIR}
cp ${PROG}.bak ${DESTDIR}${BINDIR}/${PROG}
rm ${PROG}.bak
uninstall:
rm -rf ${DESTDIR}${LICENSEDIR}
rm -f ${DESTDIR}${BINDIR}/${PROG}