diff options
author | Dan McGee <dan@archlinux.org> | 2008-06-14 18:29:29 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-06-14 18:31:18 +0200 |
commit | a1dfa8e61f385a6b388b66f4860e96a62f3edae6 (patch) | |
tree | ce8e6e3f3cb584dfc582754b5f121abb146a8157 /po | |
parent | 89819b3f9268062ee54c35a16876474414d94bf5 (diff) | |
download | pacman-a1dfa8e61f385a6b388b66f4860e96a62f3edae6.tar.gz pacman-a1dfa8e61f385a6b388b66f4860e96a62f3edae6.tar.xz |
Combine repo-add and repo-remove into one script
They shared about 75% of their code, so there is no real reason we should
maintain them separately. Merge the differences accordingly and add a check
based on the basename of the command used to decide what behavior to follow.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 73640f25..10175bf5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -16,4 +16,3 @@ src/pacman/util.c scripts/makepkg.sh.in scripts/pacman-optimize.sh.in scripts/repo-add.sh.in -scripts/repo-remove.sh.in |