File: postrm

package info (click to toggle)
slbackup-php 0.4.3-2%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 308 kB
  • sloc: php: 987; makefile: 127; sh: 30
file content (9 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e 

if [ -d /var/spool/slbackup-php ]; then
    rm -rf /var/spool/slbackup-php/
fi

#DEBHELPER#