Ubuntu Pastebin

Paste from clivejo at Tue, 26 Jul 2016 00:39:41 +0000

Download as text
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
Download as text