summaryrefslogtreecommitdiff
path: root/community/dwm/dwm.install
blob: 7415613df84b94f168c307d54ba871926794a2f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
pre_install() {
  echo "-- Edit config.h in PKGBUILD's directory (generally /var/abs/community/x11/dwm/)"
  echo "-- and rebuild package if you want to change settings."
  /bin/true
}

pre_upgrade() {
  echo "-- Edit config.h in PKGBUILD's directory (generally /var/abs/community/x11/dwm/)"
  echo "-- and rebuild package if you want to change settings."
  /bin/true
}