mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
Merge pull request #2094 from gour/bogofilter
bogofilter: rm sample conf file
This commit is contained in:
commit
6f6b132d3e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bogofilter'
|
# Template file for 'bogofilter'
|
||||||
pkgname=bogofilter
|
pkgname=bogofilter
|
||||||
version=1.2.4
|
version=1.2.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/${pkgname} --with-database=sqlite"
|
configure_args="--sysconfdir=/etc/${pkgname} --with-database=sqlite"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
|
@ -17,5 +17,6 @@ conf_files="/etc/bogofilter/bogofilter.cf"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall bogofilter.cf.example 644 etc/bogofilter bogofilter.cf
|
vinstall bogofilter.cf.example 644 etc/bogofilter bogofilter.cf
|
||||||
|
rm ${PKGDESTDIR}/etc/bogofilter/bogofilter.cf.example
|
||||||
vcopy contrib usr/share/contrib
|
vcopy contrib usr/share/contrib
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue