1 2 3 4 5 6 7
#!/bin/sh set -e # Automatically added by dh_systemd_start if [ -d /run/systemd/system ]; then deb-systemd-invoke stop var-lib-snapd-lib-gl.mount >/dev/null fi # End automatically added section