1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/po/POTFILES.in
Dan McGee 797c190f93 Remove frontend add code that is no longer necessary
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>
2008-03-08 14:13:34 -06:00

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