mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
4c4b444f21
Alternatively provide a script to keep the post-inst script updated
9 lines
136 B
Bash
Executable File
9 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
dch -v"$GBP_DEBIAN_VERSION" "New upstream release"
|
|
git add debian/changelog
|
|
debcommit
|
|
|
|
debian/update-udev-triggers.sh
|