summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-07-14 22:38:34 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-07-14 22:38:34 +0400
commit6e0b5c0b023fb1fabee187aa5efcdd596a0d9ee4 (patch)
tree7d45903e167f17cbe941ab8d2da84b7e6c41121b
parent3f33a0a9f4739bc8820f41c335f5ce55d7ca8ff7 (diff)
downloaddh-smf-6e0b5c0b023fb1fabee187aa5efcdd596a0d9ee4.tar.gz
Renamed postinst-smf to postinst-smf-import
-rw-r--r--autoscripts/postinst-smf-import (renamed from autoscripts/postinst-smf)0
-rwxr-xr-xdh_smf2
2 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-smf b/autoscripts/postinst-smf-import
index 828d5e8..828d5e8 100644
--- a/autoscripts/postinst-smf
+++ b/autoscripts/postinst-smf-import
diff --git a/dh_smf b/dh_smf
index b54f8e8..01c7da8 100755
--- a/dh_smf
+++ b/dh_smf
@@ -205,7 +205,7 @@ foreach my $package ( @{ $dh{DOPACKAGES} } ) {
if ( !$dh{NOSCRIPTS} ) {
my @pkg_manifests = map { s!\Q$tmp\E/*!/!; $_ } @manifests;
- autoscript( $package, 'postinst', 'postinst-smf',
+ autoscript( $package, 'postinst', 'postinst-smf-import',
"s|#MANIFESTS#|@pkg_manifests|" );
}
}