Skip to content

Commit

Permalink
add depends inotify-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed May 30, 2024
1 parent 17e7cdb commit 1b10967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arch=('any')
license=('GPL')
url="https://github.com/biglinux/grub-btrfs-timeshift"
pkgdesc="Fix to timeshift and refresh grub configuration after new snapshot"
depends=('timeshift' 'bigbashview' 'grub-btrfs')
depends=('timeshift' 'bigbashview' 'grub-btrfs' 'inotify-tools')
source=("git+https://github.com/biglinux/grub-btrfs-timeshift.git")
md5sums=(SKIP)
if [ -e "${pkgname}.install" ];then
Expand Down
2 changes: 1 addition & 1 deletion pkgbuild/grub-btrfs-timeshift.install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ post_install() {

sed -i '/ExecStart=/s/.*/ExecStart=\/usr\/bin\/grub-btrfsd --syslog --timeshift-auto/' /usr/lib/systemd/system/grub-btrfsd.service
systemctl enable --now grub-btrfsd.service
systemctl --global enable biglinux-snapshot-detect
systemctl --global enable biglinux-snapshot-detect
}

## arg 2: the old package version
Expand Down

0 comments on commit 1b10967

Please sign in to comment.