testing #13
8
PKGBUILD
8
PKGBUILD
|
@ -17,8 +17,10 @@ provides=('tromjaro-fixes')
|
||||||
backup=()
|
backup=()
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=('scalable.zip::https://www.drive.tromsite.com/s/y8Gm7q6wLrXmtEN/download'
|
source=('scalable.zip::https://www.drive.tromsite.com/s/y8Gm7q6wLrXmtEN/download'
|
||||||
'tromjaro-fixes.sh')
|
'tromjaro-fixes.sh'
|
||||||
|
'timeshift-autosnap.conf')
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
install='fixes-package.install'
|
install='fixes-package.install'
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -54,4 +56,8 @@ package() {
|
||||||
# copy tromjaro-fixes.sh
|
# copy tromjaro-fixes.sh
|
||||||
install -d ${pkgdir}/etc/profile.d/
|
install -d ${pkgdir}/etc/profile.d/
|
||||||
install -Dm644 ${srcdir}/tromjaro-fixes.sh ${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