post-install 103 B

12345678
  1. # Re-create .control symlink
  2. cd etc/perp && {
  3. rm -f .control
  4. ln -sf /var/run/perp .control
  5. }