PKGBUILDs/community/fbnews/fbnews.install

20 lines
238 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
echo ""
echo "Please copy the file /usr/share/fbnews/fbnewsrc into your ~/. fluxbox directory and edit it to your needs."
echo ""
/bin/true
}
post_upgrade() {
/bin/true
}
pre_remove() {
/bin/true
}
op=$1
shift
$op $*