/usr/lib/freedombox/setup.d/98_next-is-first-run is in freedombox-setup 0.8ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #!/bin/sh
# Tell init.d/first-run to do its stuff on the next boot.
mkdir -p /var/lib/freedombox
touch /var/lib/freedombox/first-run-enable
|