bogofilter: rm sample conf file
This commit is contained in:
parent
5a1d9e7f74
commit
06a4f617c5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bogofilter'
|
||||
pkgname=bogofilter
|
||||
version=1.2.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/${pkgname} --with-database=sqlite"
|
||||
depends="perl"
|
||||
|
@ -17,5 +17,6 @@ conf_files="/etc/bogofilter/bogofilter.cf"
|
|||
|
||||
post_install() {
|
||||
vinstall bogofilter.cf.example 644 etc/bogofilter bogofilter.cf
|
||||
rm ${PKGDESTDIR}/etc/bogofilter/bogofilter.cf.example
|
||||
vcopy contrib usr/share/contrib
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue