summarylogtreecommitdiffstats
path: root/install
blob: 4955fa6af71b5fe66326a0bef1ca671f70d6ae68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo "Config samples see in /etc/openbox_eui/samples."
  echo "If You use obconf and/or lxappearance-obconf You must"
  echo "  rebuild these packages from sources (yaourt -Sb obconf)"
}

post_upgrade() {
	post_install
}

post_remove() {
  echo "If You use obconf and/or lxappearance-obconf You must"
  echo "reinstall these packages from official repository"
}