File: postrm

package info (click to toggle)
simplepie 1.5.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,496 kB
  • sloc: php: 28,734; sql: 34; makefile: 10; sh: 4
file content (9 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
  rm -rf /var/cache/simplepie
fi

#DEBHELPER#