File: torrus-apache.postrm

package info (click to toggle)
torrus 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,740 kB
  • ctags: 707
  • sloc: perl: 25,904; xml: 16,400; sh: 3,788; makefile: 603
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ "$1" = "purge" ] ; then
    rm -f /etc/torrus/torrus-apache.conf /etc/apache/conf.d/torrus-apache.conf
fi

#DEBHELPER#

exit 0