alpm hooks for the pacman package manager
Go to file
AustrianToast e2d4253050
re-add functionality
This file is needed to restore preview and flatpak update functionality
2024-09-08 22:48:27 +02:00
legacy move stuff around 2024-09-08 16:36:19 +02:00
.gitignore move stuff around 2024-09-08 16:36:19 +02:00
backup.go done with new version 2024-09-08 00:23:20 +02:00
copy.go starting from scratch 2024-09-03 03:38:43 +02:00
go.mod done with new version 2024-09-08 00:23:20 +02:00
go.sum done with new version 2024-09-08 00:23:20 +02:00
LICENSE created License 2022-12-03 23:57:19 +00:00
makefile move stuff around 2024-09-08 16:36:19 +02:00
post_backup.hook move stuff around 2024-09-08 16:36:19 +02:00
pre_backup.hook done with new version 2024-09-08 00:23:20 +02:00
README.md move stuff around 2024-09-08 16:36:19 +02:00
update.toml move stuff around 2024-09-08 16:36:19 +02:00
update.zsh re-add functionality 2024-09-08 22:48:27 +02:00

Update

Alpm hooks for the pacman package manager. This project consists of two hooks, one for pre-transaction and the other for post-transaction.

Installation

git clone https://gitea.hopeless-cloud.xyz/AustrianToast/update.git && cd update

Before installing, please edit the config and configure it to your liking.
Then install using

make install

Contributing

Contributions are always welcome!