summarylogtreecommitdiffstats
path: root/simple-fb2-reader.install
blob: 6fd5198ccd2c74510d0a5930711c02f68b1ddcd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgname=simple-fb2-reader

post_install() {
  return 0
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}