summaryrefslogtreecommitdiff
path: root/debian/postinst-run
blob: f4c6bbdf9dd0d2e87eeaece08893903a47308e86 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -eu

# FHS
#pkg=bzip2
#if [ "$1" = "configure" ]; then
# if [ -d /usr/doc ] && [ ! -e /usr/doc/$pkg ] && [ -d /usr/share/doc/$pkg ]; then
#  ln -sf ../share/doc/$pkg /usr/doc/$pkg
# fi
#fi