Browse Source

Remove dh_usrlocal override

Since our package does not install or create anything in /usr/local,
dh_usrlocal won't try to do anything.
Alois Mahdal 6 years ago
parent
commit
d283703cab
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      packaging/debian/rules

+ 0
- 4
packaging/debian/rules View File

@@ -7,7 +7,3 @@
7 7
 override_dh_auto_install:
8 8
 
9 9
 	make install PREFIX=/usr DESTDIR=debian/tmp
10
-
11
-override_dh_usrlocal:
12
-
13
-	@true