summarylogtreecommitdiffstats
path: root/zukitwo-themes-git.install
blob: 915001231118d06f52fa1f9a9b4a7491f0d11472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Chiku < chirantan dot mitra at gmail dot com >

deprecation_notice() {
  cat <<MSG
=================================================
This package has been deprecated by the upstream.
=================================================
MSG
}

pre_install() {
  deprecation_notice
}

pre_upgrade() {
  deprecation_notice
}