File: postrm

package info (click to toggle)
atop 2.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,328 kB
  • sloc: ansic: 35,620; python: 257; sh: 248; makefile: 193
file content (11 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

#DEBHELPER#

set -e

if [ "$1" = "purge" ]
then
	rm -rf /var/log/atop
fi