You've already forked Raspberry-Pi-Image-Tool
Initialize Git Repository: 'Raspberry-Pi-Image-Tool'
Raspberry Pi Image Tool / Raspberry Pi Image Tool (arm64, cicd.trixie, trixie noble, main) (push) Successful in 12s
Raspberry Pi Image Tool / Raspberry Pi Image Tool (arm64, cicd.trixie, trixie noble, main) (push) Successful in 12s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Package: raspi-image
|
||||
Version:
|
||||
Architecture:
|
||||
Installed-Size:
|
||||
Depends: dosfstools, fdisk, findutils, openssl, wget, xz-utils
|
||||
Suggests: systemd-repart
|
||||
Priority: optional
|
||||
Section: misc
|
||||
Homepage: http://www.privlab.it
|
||||
Maintainer: PrivLab <repository@privlab.it>
|
||||
Description: Raspberry Pi Image Tool
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
set -e
|
||||
set -u
|
||||
|
||||
case "${1}" in
|
||||
configure)
|
||||
/usr/bin/install --directory --mode='750' '/var/lib/raspi-templates'
|
||||
;;
|
||||
esac
|
||||
@@ -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
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user