diff options
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-x | dh_installdeb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installdeb b/dh_installdeb index e2331701..1f02edf4 100755 --- a/dh_installdeb +++ b/dh_installdeb @@ -69,6 +69,8 @@ init(); my %maintscript_predeps = ( "rm_conffile" => "", "mv_conffile" => "", + "symlink_to_dir" => "1.17.5", + "dir_to_symlink" => "1.17.5", ); foreach my $package (@{$dh{DOPACKAGES}}) { |