mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 04:15:06 -05:00
797c190f93
Change the pacman_upgrade stub function to do what pacman_add used to do so we can eliminate pacman_add. Move the code to the more-descriptive name of upgrade.c. Note that we have made no changes to the backend libalpm, where an ADD type transaction could still be supported. Signed-off-by: Dan McGee <dan@archlinux.org>
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
# List of source files with translatable strings
|
|
|
|
# pacman frontend source files
|
|
src/pacman/callback.c
|
|
src/pacman/conf.c
|
|
src/pacman/deptest.c
|
|
src/pacman/package.c
|
|
src/pacman/pacman.c
|
|
src/pacman/query.c
|
|
src/pacman/remove.c
|
|
src/pacman/sync.c
|
|
src/pacman/util.c
|
|
src/pacman/upgrade.c
|
|
|
|
# scripts with gettext translations
|
|
scripts/makepkg.sh.in
|
|
scripts/pacman-optimize.sh.in
|
|
scripts/repo-add.sh.in
|
|
scripts/repo-remove.sh.in
|