Fix dotfile hook

This commit is contained in:
Tipragot 2023-09-09 11:23:37 +02:00
parent 57bf14b4d7
commit 774dfa7f34
No known key found for this signature in database
6 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos' url='https://git.tipragot.fr/tipragot/tos'
license=('MIT') license=('MIT')
pkgver='0.1.2' pkgver='0.1.3'
pkgrel='1' pkgrel='1'
depends=('tos-core' 'rsync') depends=('tos-core' 'rsync')
source=('tos-dotfiles.hook') source=('tos-dotfiles.hook')

View file

@ -9,4 +9,4 @@ Target = tos-*
Description = Update user dotfiles Description = Update user dotfiles
Depends = tos-dotfiles Depends = tos-dotfiles
When = PostTransaction When = PostTransaction
Exec = /usr/bin/rsync -r --chown=me:me /etc/tos/dotfiles/* /home/me/ Exec = /usr/bin/rsync -r --chown=me:me /etc/tos/dotfiles/. /home/me/

Binary file not shown.

Binary file not shown.

Binary file not shown.