summarylogtreecommitdiffstats
path: root/burning-arch.install
blob: a1a821cc18af8749e48886ace81e3bb721fadb68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "==> Edit your /etc/slim.conf and change the current_theme to burning-arch:"
  echo "==> current_theme       burning-arch"
}

post_remove() {
  echo "==> Edit your /etc/slim.conf and change the current_theme for"
  echo "==> a another theme than burning-arch"
}

op=$1
shift
$op $*