8 lines
564 B
Elixir
8 lines
564 B
Elixir
# see: dh_installdeb(1), dpkg-maintscript-helper(1)
|
|
# For renaming a conffile, you are advised to uncomment and edit the following
|
|
#dpkg-maintscript-helper mv_conffile old-conffile new-conffile prior-version package
|
|
# For switching a symlink to directory, you are advised to uncomment and edit the following
|
|
#dpkg-maintscript-helper symlink_to_dir pathname old-target prior-version package
|
|
# For switching a directory to symlink, you are advised to uncomment and edit the following
|
|
#dpkg-maintscript-helper dir_to_symlink pathname new-target prior-version package
|