summaryrefslogtreecommitdiff
path: root/debian/zsh-dbg.postinst
AgeCommit message (Collapse)AuthorFilesLines
2015-08-31Remove pre-#768937 legacy code from zsh{,-dev,-dbg,-doc}.postinstAxel Beckert1-8/+0
Thanks to lintian for making me aware of this via its (experimental) maintainer-script-may-use-dir_to_symlink_helper warning. Actually these (now removed) code snippets did even the opposite of what is defined in debian/*.maintscript for the according arch:any packages. Either the failing rmdir saved us from the symlink being set or the debian/*.maintscript generated snippets coming after the now removed snippets fixed it just immediately again. The only arch:all package in this list is zsh-doc which still has a symlink /usr/share/doc/zsh-doc to zsh-common. But since this change (in 5.0.2-3) predates Jessie as well as Trusty, we should be able to safely remove that code now anyways. If for some reason, this commit is starting troubles with zsh-doc upgrades, you might want to add a file named debian/zsh-doc.maintscript to the source package and put this single line (without the leading spaces) into it: dir_to_symlink /usr/share/doc/zsh-doc zsh-common 5.0.2-3~ This line is untested though.
2013-01-10zsh{,-dbg}.postinst: Create symlink to /usr/share/doc/zsh-common (Closes: ↵Axel Beckert1-0/+28
#697808) On purpose, dpkg doesn't replace directories with symlinks and vice-versa. Has to be done manually in the maintainer scripts. Thanks: Sebastian Ramacher <sramacher@debian.org>