diff options
author | Julien Cristau <jcristau@debian.org> | 2009-09-25 15:33:39 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-09-25 15:33:39 +0200 |
commit | bda208ec00d0b7b3632f57fb27e014684cdf73ba (patch) | |
tree | eb049c97e9042a59e0bbfd05402a761ee45bb1c5 | |
parent | 5693792171d885769e58dcccc053c08b11acd12a (diff) | |
download | xutils-dev-bda208ec00d0b7b3632f57fb27e014684cdf73ba.tar.gz |
xsfbs.sh: fix typo and remove svn keyword
-rw-r--r-- | debian/xsfbs/xsfbs.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh index 45acd59..813fd8d 100644 --- a/debian/xsfbs/xsfbs.sh +++ b/debian/xsfbs/xsfbs.sh @@ -1,5 +1,3 @@ -# $Id$ - # This is the X Strike Force shell library for X Window System package # maintainer scripts. It serves to define shell functions commonly used by # such packages, and performs some error checking necessary for proper operation @@ -8,7 +6,7 @@ # removal tasks. # If you are reading this within a Debian package maintainer script (e.g., -# /var/lib/dpkg)info/PACKAGE.{config,preinst,postinst,prerm,postrm}), you can +# /var/lib/dpkg/info/PACKAGE.{config,preinst,postinst,prerm,postrm}), you can # skip past this library by scanning forward in this file to the string # "GOBSTOPPER". |