refind/debian/postinst

12 lines
213 B
Plaintext
Raw Normal View History

2023-06-18 16:17:01 +02:00
#!/bin/bash
# Post-installation script (run on USER'S system after installing the
# main rEFInd package)
set -e
if [ -f /usr/share/debconf/confmodule ] ; then
. /usr/share/debconf/confmodule
fi
#DEBHELPER#