| author | Sébastien Luttringer
<seblu@archlinux.org> 2015-12-18 18:56:25 UTC |
| committer | Sébastien Luttringer
<seblu@archlinux.org> 2015-12-18 18:56:25 UTC |
| parent | ecaef5e5e8bb8b49a61d45a799148191537dd5ec |
| PKGBUILD | +1 | -1 |
| picocom.install | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 1e01acb..3ccb96b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=picocom pkgver=2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Minimal dumb-terminal emulation program, very much like minicom' url='https://github.com/npat-efault/picocom' license=('GPL2') diff --git a/picocom.install b/picocom.install index aab48bd..a472b1f 100644 --- a/picocom.install +++ b/picocom.install @@ -12,6 +12,6 @@ post_upgrade() { } ## arg 1: the old package version -post_remove() { +pre_remove() { type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf }