Portduino: fix transitional symlinks (#5550)

This commit is contained in:
Austin 2024-12-10 16:02:38 -05:00 committed by Tom Fifield
parent f91d653c6d
commit a25ad663ca
3 changed files with 6 additions and 6 deletions

View File

@ -69,8 +69,8 @@ jobs:
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd # Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
chmod +x .debpkg/DEBIAN/preinst chmod +x .debpkg/DEBIAN/preinst
echo "/usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/meshtasticd.links echo "ln -sf /usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/postinst
chmod +x .debpkg/DEBIAN/meshtasticd.links chmod +x .debpkg/DEBIAN/postinst
- uses: jiro4989/build-deb-action@v3 - uses: jiro4989/build-deb-action@v3
with: with:

View File

@ -69,8 +69,8 @@ jobs:
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd # Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
chmod +x .debpkg/DEBIAN/preinst chmod +x .debpkg/DEBIAN/preinst
echo "/usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/meshtasticd.links echo "ln -sf /usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/postinst
chmod +x .debpkg/DEBIAN/meshtasticd.links chmod +x .debpkg/DEBIAN/postinst
- uses: jiro4989/build-deb-action@v3 - uses: jiro4989/build-deb-action@v3
with: with:

View File

@ -69,8 +69,8 @@ jobs:
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd # Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
chmod +x .debpkg/DEBIAN/preinst chmod +x .debpkg/DEBIAN/preinst
echo "/usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/meshtasticd.links echo "ln -sf /usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/postinst
chmod +x .debpkg/DEBIAN/meshtasticd.links chmod +x .debpkg/DEBIAN/postinst
- uses: jiro4989/build-deb-action@v3 - uses: jiro4989/build-deb-action@v3
with: with: