From 275b811f0f57bd1697ee2b855ddcde89af15428f Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Wed, 28 Sep 2022 18:02:05 +0200 Subject: [PATCH] added timeshift-autosnap.conf file --- PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 474bfd9..454c6f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,8 +17,10 @@ provides=('tromjaro-fixes') backup=() options=(!strip) source=('scalable.zip::https://www.drive.tromsite.com/s/y8Gm7q6wLrXmtEN/download' - 'tromjaro-fixes.sh') + 'tromjaro-fixes.sh' + 'timeshift-autosnap.conf') sha256sums=('SKIP' + 'SKIP' 'SKIP') install='fixes-package.install' prepare() { @@ -54,4 +56,8 @@ package() { # copy tromjaro-fixes.sh install -d ${pkgdir}/etc/profile.d/ install -Dm644 ${srcdir}/tromjaro-fixes.sh ${pkgdir}/etc/profile.d/ + + # copy timeshift-autosnap.conf + install -d ${pkgdir}/etc/ + install -Dm644 ${srcdir}/timeshift-autosnap.conf ${pkgdir}/etc/timeshift-autosnap.conf } \ No newline at end of file