PKGBUILDs/community/fbnews/fbnews.install
2009-10-09 21:15:33 -05:00

19 lines
238 B
Text

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 $*