summarylogtreecommitdiffstats
path: root/badwolf.install
blob: 44f223bef1320d8a792cec97624308d3b06b0535 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "-- If you want to modify config.h (which has some GUI and WebKit parameters), you can do so by accessing the build directory (directory location varies depending on how you built it, e.g with makepkg or yay)."
  /bin/true
}

post_upgrade() {
  echo "-- Badwolf 0.5.0-rc.1 changelog: Dark theme disabled by default due to a bug in WebKitGTK (can be reenabled in config.h). TLS Error message dialog allowing exceptions. Brazilian Portugese translation available."
  /bin/true
}