mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
6 lines
193 B
Bash
6 lines
193 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# /usr/share/doc/dnsmasq was a symlink in versions < 2.81-1 (see #985282)
|
|
dpkg-maintscript-helper symlink_to_dir /usr/share/doc/dnsmasq dnsmasq-base 2.84-1.2~ dnsmasq -- "$@"
|