File: prerm

package info (click to toggle)
libapache2-mod-rpaf 0.6-7%2Bwheezy1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 176 kB
  • sloc: ansic: 302; perl: 122; makefile: 49; sh: 33
file content (10 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ "$1" = remove ] ; then
    a2dismod -q -f rpaf || true
    invoke-rc.d apache2 restart
fi

#DEBHELPER#