Browse Source

Move maintscript-helper from lib/ to scripts/

The lib/ location was in order when the feature was proposed as a shell
library, now given it's a shell script it should be in scripts/ with
all the other scripts.
Raphaël Hertzog 14 years ago
parent
commit
6d70417edc
3 changed files with 2 additions and 2 deletions
  1. 0 2
      lib/Makefile.am
  2. 2 0
      scripts/Makefile.am
  3. 0 0
      scripts/maintscript-helper

+ 0 - 2
lib/Makefile.am

@@ -3,5 +3,3 @@
 SUBDIRS = \
 	compat \
 	dpkg
-
-pkglib_SCRIPTS = maintscript-helper

+ 2 - 0
scripts/Makefile.am

@@ -24,6 +24,8 @@ if WITH_UPDATE_ALTERNATIVES
 bin_SCRIPTS += update-alternatives
 endif
 
+pkglib_SCRIPTS = maintscript-helper
+
 changelogdir = $(pkglibdir)/parsechangelog
 changelog_SCRIPTS = \
 	changelog/debian

lib/maintscript-helper → scripts/maintscript-helper