From: Alexander Barton Date: Thu, 29 Aug 2013 21:41:14 +0000 (+0200) Subject: btrfs-mksnapshot: add apt configuration snippet X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-linux.git;a=commitdiff_plain;h=90386a03d82e405d080c2e9d187528c572033b7e btrfs-mksnapshot: add apt configuration snippet --- diff --git a/btrfs/mksnapshot/06btrfs-mksnapshot b/btrfs/mksnapshot/06btrfs-mksnapshot new file mode 100644 index 0000000..182570e --- /dev/null +++ b/btrfs/mksnapshot/06btrfs-mksnapshot @@ -0,0 +1 @@ +DPkg::Pre-Invoke { "if [ -x /usr/local/sbin/btrfs-mksnapshot ]; then /usr/local/sbin/btrfs-mksnapshot -1 /; fi"; };