Comment 5 for bug 2063899

Revision history for this message
Steve Langasek (vorlon) wrote :

+ # Now, let's make sure we have the audio memlimits file in place
+ if ! [ -e /etc/security/limits.d/audio.conf ]; then
+ cp /usr/share/ubuntustudio/audio.conf /etc/security/limits.d/
+ fi

This results in an unowned file on the filesystem, and you don't remove it again on package removal. Is there a reason you aren't shipping this as a conffile?