nano: unbreak post-installation.

This commit is contained in:
Juan RP 2017-01-11 11:28:13 +01:00
parent 32951ce8d7
commit 9f8b96f92e

View file

@ -12,5 +12,5 @@ distfiles="https://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar
checksum=752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9
post_install() {
vsconf doc/nanorc.sample
vsconf syntax/nanorc.nanorc
}