File: ostree-boot.postinst

package info (click to toggle)
ostree 2025.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,996 kB
  • sloc: ansic: 70,831; sh: 15,652; xml: 5,007; yacc: 1,236; javascript: 531; makefile: 247; python: 155
file content (11 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

case "$1" in
    (configure)
        dpkg-trigger --no-await update-initramfs
        ;;
esac

#DEBHELPER#