index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/Makefile.am | 3 | ||||
-rwxr-xr-x | scripts/makepkg-template.pl.in | 2 | ||||
-rw-r--r-- | scripts/makepkg.sh.in | 2 | ||||
-rw-r--r-- | scripts/pacman-db-upgrade.sh.in | 2 | ||||
-rw-r--r-- | scripts/pacman-key.sh.in | 2 | ||||
-rw-r--r-- | scripts/pkgdelta.sh.in | 2 | ||||
-rw-r--r-- | scripts/repo-add.sh.in | 1 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 17e54eff..f759e149 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -289,6 +289,3 @@ uninstall-hook: for dir in $(LIBMAKEPKGDIRS); do \ $(RM) -r $(DESTDIR)$(libmakepkgdir)/$$dir; \ done - - -# vim:set noet: diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in index 918d58c9..e485dec4 100755 --- a/scripts/makepkg-template.pl.in +++ b/scripts/makepkg-template.pl.in @@ -213,5 +213,3 @@ $opts{input} = "/dev/stdin" if $opts{input} eq "-"; $opts{output} = "/dev/stdout" if $opts{output} eq "-"; burp($opts{output}, process_file($opts{input})); - -# vim: set noet: diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 14dd3eac..62b912e3 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1702,5 +1702,3 @@ fi msg "$(gettext "Finished making: %s")" "$pkgbase $basever ($(date +%c))" install_package && exit $E_OK || exit $E_INSTALL_FAILED - -# vim: set noet: diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in index a529dadd..e9e995bd 100644 --- a/scripts/pacman-db-upgrade.sh.in +++ b/scripts/pacman-db-upgrade.sh.in @@ -240,5 +240,3 @@ echo "9" > "$dbroot"/local/ALPM_DB_VERSION # remove the lock file rm -f "$lockfile" - -# vim: set noet: diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 01e0bd5e..5e75230f 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -636,5 +636,3 @@ fi (( UPDATEDB )) && updatedb exit 0 - -# vim: set noet: diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in index 316d6395..f9b108da 100644 --- a/scripts/pkgdelta.sh.in +++ b/scripts/pkgdelta.sh.in @@ -227,5 +227,3 @@ if ! type xdelta3 &>/dev/null; then fi create_xdelta "$@" - -# vim: set noet: diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 8e577a1e..e80e1278 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -830,4 +830,3 @@ else fi exit 0 -# vim: set noet: |