File: python-swift.postrm

package info (click to toggle)
swift 2.2.0-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 7,652 kB
  • ctags: 8,973
  • sloc: python: 91,651; sh: 668; makefile: 49
file content (11 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh                                                                                                                                 

set -e

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

#DEBHELPER#                                                                                                                                

exit 0