From: Frank Brehm Date: Thu, 19 May 2022 21:20:26 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=3220f849c4dcd7fd0dc24b7464472aa67e821b95;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 99e0d96..5362a78 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3041,6 +3041,7 @@ maybe chmod 0644 'systemd/system/snap-ferdi-211.mount' maybe chmod 0644 'systemd/system/snap-ferdi-225.mount' maybe chmod 0644 'systemd/system/snap-gnome\x2d3\x2d28\x2d1804-161.mount' maybe chmod 0644 'systemd/system/snap-gtk\x2dcommon\x2dthemes-1519.mount' +maybe chmod 0644 'systemd/system/snap-gtk\x2dcommon\x2dthemes-1534.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-276.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-278.mount' maybe chmod 0755 'systemd/system/sockets.target.wants' diff --git "a/systemd/system/multi-user.target.wants/snap-gtk\\x2dcommon\\x2dthemes-1534.mount" "b/systemd/system/multi-user.target.wants/snap-gtk\\x2dcommon\\x2dthemes-1534.mount" new file mode 120000 index 0000000..17a0be6 --- /dev/null +++ "b/systemd/system/multi-user.target.wants/snap-gtk\\x2dcommon\\x2dthemes-1534.mount" @@ -0,0 +1 @@ +/etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1534.mount \ No newline at end of file diff --git "a/systemd/system/snap-gtk\\x2dcommon\\x2dthemes-1534.mount" "b/systemd/system/snap-gtk\\x2dcommon\\x2dthemes-1534.mount" new file mode 100644 index 0000000..556b83f --- /dev/null +++ "b/systemd/system/snap-gtk\\x2dcommon\\x2dthemes-1534.mount" @@ -0,0 +1,14 @@ +[Unit] +Description=Mount unit for gtk-common-themes, revision 1534 +Before=snapd.service +After=zfs-mount.service + +[Mount] +What=/var/lib/snapd/snaps/gtk-common-themes_1534.snap +Where=/snap/gtk-common-themes/1534 +Type=squashfs +Options=nodev,ro,x-gdu.hide,x-gvfs-hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target