core/plotutils/plotutils.install

14 lines
239 B
Plaintext
Raw Normal View History

2010-06-07 21:12:50 +08:00
infodir=/usr/share/info
post_install() {
install-info $infodir/plotutils.info $infodir/dir 2> /dev/null
}
post_upgrade() {
post_install $1
}
pre_remove() {
install-info --delete $infodir/plotutils.info $infodir/dir 2> /dev/null
}