├── .gitignore ├── 80-timeshift-autosnap-apt ├── LICENSE ├── Makefile ├── README.md ├── timeshift-autosnap-apt ├── timeshift-autosnap-apt.conf └── timeshift-autosnap-apt.png /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | \.directory 3 | 4 | aur/ 5 | -------------------------------------------------------------------------------- /80-timeshift-autosnap-apt: -------------------------------------------------------------------------------- 1 | DPkg::Pre-Invoke {"/usr/bin/timeshift-autosnap-apt"; }; 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmutschl/timeshift-autosnap-apt/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmutschl/timeshift-autosnap-apt/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmutschl/timeshift-autosnap-apt/HEAD/README.md -------------------------------------------------------------------------------- /timeshift-autosnap-apt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmutschl/timeshift-autosnap-apt/HEAD/timeshift-autosnap-apt -------------------------------------------------------------------------------- /timeshift-autosnap-apt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmutschl/timeshift-autosnap-apt/HEAD/timeshift-autosnap-apt.conf -------------------------------------------------------------------------------- /timeshift-autosnap-apt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmutschl/timeshift-autosnap-apt/HEAD/timeshift-autosnap-apt.png --------------------------------------------------------------------------------