pkg://abuse-lib_2.00-16_all.deb:834492/postinst
info downloads
#!/bin/sh -e
if [ -d /var/lib/games/abuse ]; then
# Old version of abuse package made files in /var/lib/games/abuse
# that were owned by root.root. Fix it so they will now be owned
# by root.games, and move them to /var/games.
chown -f root.games /var/lib/games/abuse/* || true
chmod -f g+rw /var/lib/games/abuse/* || true
mv /var/lib/games/abuse/* /var/games/abuse
rmdir /var/lib/games/abuse 2>/dev/null || true
fi
# Old versions shipped with these dirs group rw.
chmod g-w /usr/share/games/abuse-lib/*