added timeshift-autosnap.conf file

This commit is contained in:
Tio TROM 2022-09-28 18:02:05 +02:00
parent 2268c4c2bd
commit 275b811f0f

View File

@ -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
}