PKGBUILDs/community/avant-window-navigator/avant-window-navigator.install

32 lines
424 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
pkgname=awn
post_install() {
echo ""
echo "It is safe to ignore the SCHEMA warnings below"
echo ""
usr/sbin/gconfpkg --install ${pkgname}
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
pre_remove() {
echo ""
echo "It is safe to ignore the SCHEMA warnings below"
echo ""
usr/sbin/gconfpkg --uninstall ${pkgname}
}
post_remove() {
update-desktop-database -q
}
op=$1
shift
$op $*