David Runge pushed to branch main at Arch Linux / Packaging / Packages / backuppc
Commits: aaf7bba2 by David Runge at 2026-07-18T01:03:06+02:00 Remove alpm-install-scriptlet which has not been used in 9 years Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - PKGBUILD - − backuppc.install Changes: ===================================== .SRCINFO ===================================== @@ -3,7 +3,6 @@ pkgbase = backuppc pkgver = 4.4.0 pkgrel = 9 url = https://github.com/backuppc/ - install = backuppc.install arch = x86_64 license = GPL2 makedepends = git ===================================== PKGBUILD ===================================== @@ -27,7 +27,6 @@ source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC "$pkgname.profile.csh" "$pkgname.httpd" 'https://github.com/backuppc/backuppc/commit/2c9270b9b849b2c86ae6301dd722c97757bc9256.patch') -install=$pkgname.install backup=("etc/$pkgname/config.pl" "etc/$pkgname/hosts" "etc/httpd/conf/extra/$pkgname.conf" ===================================== backuppc.install deleted ===================================== @@ -1,23 +0,0 @@ -#/bin/bash - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - # change uid of old version - if (( $(vercmp $2 3.2.1-8) < 0 )); then - if pgrep -u backuppc >/dev/null; then - echo '==> backuppc user is running.' - echo '==> You must manually change uid and gid of backuppc!' - echo '==> e.g: usermod -u 126 -g 126 backuppc' - else - usermod -u 126 -g 126 backuppc - echo '==> backuppc uid/gid have changed. Check your filesystem permissions.' - fi - fi - if (( $(vercmp $2 4.0.0-1) <= 0 )); then - echo '==> Major update. Remember to merge new variables in config.pl!' - fi - : -} - -# vim:set ts=2 sw=2 ft=sh et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/backuppc/-/commit/aaf7bba28ffface7d9f04a9b868c9e361d40da2e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/backuppc/-/commit/aaf7bba28ffface7d9f04a9b868c9e361d40da2e You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
