summaryrefslogtreecommitdiffstats
path: root/tests/t-conffile-rename/pkg-conff-rename-1/DEBIAN/postinst
blob: 89c1f0bc13ae26ea0b3e2d5635bbbc131a481c0c (plain)
1
2
3
4
#!/bin/sh
if dpkg-maintscript-helper supports mv_conffile; then
    dpkg-maintscript-helper mv_conffile /test-conffile-old /test-conffile-new 0 -- "$@"
fi