~ubuntu-audio-dev/alsa-base/ubuntu.raring

« back to all changes in this revision

Viewing changes to debian/alsa-base.postrm

  • Committer: Luke Yelavich
  • Date: 2012-10-24 23:32:52 UTC
  • Revision ID: luke.yelavich@canonical.com-20121024233252-n9hqcp0ly2vft0dv
Import of alsa-base debian packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "$1" = "purge" ]; then
 
6
        # Remove run time files
 
7
        rm -rf /var/run/alsa
 
8
fi
 
9
 
 
10
#DEBHELPER#