File: postrm

package info (click to toggle)
pepperflashplugin-nonfree 1.8.1%2Bdeb8u1
  • links: PTS
  • area: contrib
  • in suites: jessie
  • size: 76 kB
  • ctags: 5
  • sloc: sh: 253; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

#echo "pepperflashplugin-nonfree postrm: $@"

if [ "$1" = "purge" ]
then
	rm -rf /var/cache/pepperflashplugin-nonfree/*
fi

#DEBHELPER#

exit 0