The version you requested (4.10.0-32.36~16.04.1) is not available, but a newer one is (4.10.0-42.46~16.04.1). We redirected you there.
This file is indexed.

prerm is in flatpak 0.11.3-3.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#!/bin/sh
set -e
# Automatically added by dh_systemd_start/11.1.4ubuntu1
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
	deb-systemd-invoke stop 'flatpak-system-helper.service' >/dev/null || true
fi
# End automatically added section