index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jason St. John <jstjohn@purdue.edu> | 2012-11-16 18:31:42 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-12-14 12:35:34 +1000 |
commit | 1dc3de3f69efe11d112e23c19db3e23695b426eb (patch) | |
tree | 8186b8f4788f8089e25ee508e49ef70c5a30fccb | |
parent | 95f566d98a5ee361c0a7aca234e152d4f4ded791 (diff) |
-rw-r--r-- | proto/PKGBUILD.proto | 2 | ||||
-rw-r--r-- | proto/proto.install | 2 |
diff --git a/proto/PKGBUILD.proto b/proto/PKGBUILD.proto index 98172d8d..6e788c1d 100644 --- a/proto/PKGBUILD.proto +++ b/proto/PKGBUILD.proto @@ -43,5 +43,3 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } - -# vim:set ts=2 sw=2 et: diff --git a/proto/proto.install b/proto/proto.install index 2a8993d1..26d37f84 100644 --- a/proto/proto.install +++ b/proto/proto.install @@ -33,5 +33,3 @@ #post_remove() { # do something here #} - -# vim:set ts=2 sw=2 et: |