Mercurial > noffle
view debian/preinst @ 417:e5153104fbd9 noffle
[svn] typo
author | godisch |
---|---|
date | Fri, 20 Jun 2003 06:48:04 +0100 |
parents | b8a73c90bfde |
children | bfdba1698a58 |
line wrap: on
line source
#!/bin/sh # $Id: preinst 543 2003-06-03 21:26:47Z godisch $ set -e if [ -d /var/spool/noffle/lock ]; then if [ -d /var/lock/noffle ]; then rm -rf /var/spool/noffle/lock else mv /var/spool/noffle/lock /var/lock/noffle || true fi fi exit 0