added timeshift-autosnap.conf file
This commit is contained in:
parent
2268c4c2bd
commit
275b811f0f
8
PKGBUILD
8
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user