Skip to content

Commit

Permalink
Remove /var/log/pgcharts/ on purge.
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Jan 13, 2019
1 parent 67c4858 commit 67e7c7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pgcharts (1.0-3) UNRELEASED; urgency=medium

* Add B-D on cl-named-readtables. (Closes: #880090)
* Remove /var/log/pgcharts/ on purge. (Closes: #814653)
* Run wrap-and-sort -st.

-- Christoph Berg <[email protected]> Sun, 13 Jan 2019 12:59:09 +0100
Expand Down
11 changes: 11 additions & 0 deletions debian/pgcharts.postrm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

set -e

case $1 in
purge)
rm -rf /var/log/pgcharts
;;
esac

#DEBHELPER#

0 comments on commit 67e7c7e

Please sign in to comment.