#!/bin/sh

for i in *.tgz ; do
    updatepkg -f $i
done


# these packages are not installed automatically in Plamo-4.6x
# so we should remove these to coordinate

for i in  koffice libcfitsio3 libindi0 kdeedu kdetoys openbabel webkitkde kdewebdev ; do
  removepkg $i
done
