Initialize Git Repository: 'Raspberry-Pi-Image-Tool'
Raspberry Pi Image Tool / Raspberry Pi Image Tool (arm64, cicd.trixie, trixie noble, main) (push) Successful in 11s

This commit is contained in:
Cantibra
2026-05-12 06:30:12 +02:00
commit ce512af56b
9 changed files with 1738 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/sh
set -e
set -u
case "${1}" in
purge)
/usr/bin/rm --force --recursive '/var/lib/raspi-templates'
;;
esac