diff options
author | Dan McGee <dan@archlinux.org> | 2007-12-02 21:14:14 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-08 21:13:34 +0100 |
commit | 797c190f93d24ff1e352549f320a0612cd04382b (patch) | |
tree | 4d65a987204fd9c11f93be7ba8dd8b1b6a492ac6 /po/POTFILES.in | |
parent | 3ec45486ff1373f9f65af229af315219fc1f0f7e (diff) | |
download | pacman-797c190f93d24ff1e352549f320a0612cd04382b.tar.gz pacman-797c190f93d24ff1e352549f320a0612cd04382b.tar.xz |
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>
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 4d4227d1..cf6e9506 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,7 +1,6 @@ # List of source files with translatable strings # pacman frontend source files -src/pacman/add.c src/pacman/callback.c src/pacman/conf.c src/pacman/deptest.c @@ -11,6 +10,7 @@ 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 |