diff options
author | root <root@rshg054.dnsready.net> | 2012-07-14 00:01:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-14 00:01:45 +0000 |
commit | e0f65a739c6445de07de1585e72c230958d8f011 (patch) | |
tree | d6cfcd449768dbc82f5d5d539ea02333340652b7 /testing/util-linux | |
parent | 2aa5510e030a6ac8ec723dfd915a394b888e21c1 (diff) |
Sat Jul 14 00:01:45 UTC 2012
Diffstat (limited to 'testing/util-linux')
-rw-r--r-- | testing/util-linux/PKGBUILD | 4 | ||||
-rw-r--r-- | testing/util-linux/util-linux.install | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/testing/util-linux/PKGBUILD b/testing/util-linux/PKGBUILD index 2dc698974..73d1c6cd4 100644 --- a/testing/util-linux/PKGBUILD +++ b/testing/util-linux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163397 2012-07-11 22:26:49Z tomegun $ +# $Id: PKGBUILD 163482 2012-07-13 02:30:58Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: judd <jvinet@zeroflux.org> pkgname=util-linux pkgver=2.21.2 -pkgrel=4 +pkgrel=5 pkgdesc="Miscellaneous system utilities for Linux" url="http://www.kernel.org/pub/linux/utils/util-linux/" arch=('i686' 'x86_64') diff --git a/testing/util-linux/util-linux.install b/testing/util-linux/util-linux.install index fa27d4555..90ce5bd73 100644 --- a/testing/util-linux/util-linux.install +++ b/testing/util-linux/util-linux.install @@ -3,6 +3,8 @@ post_upgrade() { if [ -f /var/lib/hwclock/adjtime ]; then mv /var/lib/hwclock/adjtime /etc/adjtime fi - rmdir /var/lib/hwclock + if [ -d /var/lib/hwclock ]; then + rmdir /var/lib/hwclock + fi fi } |