diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2009-07-09 17:29:31 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-14 14:44:30 -0700 |
commit | 052b35e8e0d4aec5c2936f4fea21a29fa24d233e (patch) | |
tree | 3897889d7c83e3c08aac4753be90eb6dac517e54 /db-update | |
parent | d0386030626fda74e6dd370fcd3157c4d93501af (diff) |
remove redefined function
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -44,17 +44,6 @@ if [ -d "${stagedir}/add" ]; then /bin/mv "${stagedir}/add/"* "$stagedir/" fi -# Get the package name from the filename -# hackish, but should work for now -getpkgname() { - local tmp - - tmp=${1##*/} - tmp=${tmp%$PKGEXT} - tmp=${tmp%-$current_arch} - echo ${tmp%-*-*} -} - cleanup() { trap '' 0 2 # unlock |