I did it in tdeaccessibility packaging:
package() { msg "Packaging - $pkgname-$pkgver"
cd ${srcdir}/${pkgname#*-} # use for non-out-of-source
make DESTDIR="$pkgdir" install
# remove icons that conflict with tdelibs msg "Removing kttsd.png icons that conflict with tdelibs..."
Silly question of the day, but are the files exactly the same? I mean did you look at them? :)
Darrell