Hi,

On Sat, 12 Dec 2015, Chris Lamb wrote:
> --- /dev/null
> +++ b/debian/python-django.postinst
> @@ -0,0 +1,11 @@
> +#!/bin/sh
> +
> +#DEBHELPER#
> +
> +for X in app_template project_template
> +do
> +     dpkg-maintscript-helper dir_to_symlink \
> +             /usr/lib/python2.7/dist-packages/django/conf/${X} \
> +             /usr/share/python-django-common/django/conf/${X} \
> +             1.9-2~ python-django -- "$@"
> +done

Please use debian/python-django.maintscript instead of creating all those
maintainer scripts by hand (cf man dh_installdeb).

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/

_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to