sisyphus/pkg/tdpeuter/tdpeuter-desktop.install
2022-10-26 13:48:16 +02:00

12 lines
286 B
Text

post_install() {
# Initiate the stow repo
git clone --depth 1 --progress https://git.depeuter.tk/tdpeuter/arch-pkgs /usr/share/tdpeuter/arch-pkgs
post_upgrade
}
post_upgrade() {
git pull /usr/share/tdpeuter/arch-pkgs
stow -d /usr/share/tdpeuter/arch-pkgs -t ~/
}