blob: 9e31b4b9a6a5015296a9ef153e7265eeb96473c5 (
plain)
1
2
3
4
5
6
7
8
|
# shellcheck shell=bash
post_install() {
printf '======================================================================================\n'
printf 'If you want to run UDISKEN at boot or when a disk is plugged, enable the user service:\n'
printf '\tsystemctl --user enable udisken.service\n'
printf '======================================================================================\n'
}
|