github.com/google/fleetspeak@v0.1.15-0.20240426164851-4f31f62c1aea/fleetspeak/client-pkg-tmpl/debian/postinst (about) 1 #!/bin/bash 2 # 3 # Post-installation script for the Fleetspeak client deb. 4 # 5 6 set -e 7 8 # The token below is replaced with shellscript snippets generated 9 # by debhelper commands. See http://manpages.ubuntu.com/dh_installdeb 10 11 #DEBHELPER# 12 13 case "$1" in 14 configure) 15 ;; 16 esac