#!/usr/bin/perl -w =head1 NAME dh_desktop - deprecated no-op =cut use strict; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS B [S>] =head1 DESCRIPTION dh_desktop was a debhelper program that registers .desktop files. However, it no longer does anything, and is now deprecated. =cut init(); warning("This program is deprecated, and does nothing anymore."); =head1 SEE ALSO L This program is a part of debhelper. =head1 AUTHOR Ross Burton =cut