summaryrefslogtreecommitdiff
path: root/community/dwm/dwm.install
blob: d4fa27e62133bc697c6454b2372ae1ae5197e6e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
}

post_install() {
  /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
}

post_upgrade() {
  /bin/true
}

pre_remove() {
  /bin/true
}

post_remove() {
  /bin/true
}