File: gnome.pm

package info (click to toggle)
gnome-pkg-tools 0.21.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • sloc: perl: 163; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_before("dh_gconf", "dh_gnome");
insert_before("dh_clean", "dh_gnome_clean");

1;