blob: 9675514c84ca6ad272620015e4c7a57d9cb6436b (
plain) (
blame)
1
2
3
4
5
|
post_install() {
echo "-- Edit config.h in dwm's PKGBUILD directory (generally /var/abs/community/dwm/)"
echo "-- and rebuild package if you want to change settings."
echo "-- Or, place custom config.h in \$SRCDEST/dwm-git/config.h and rebuild."
}
|