cups: Get rid of obsolete banners
These use bannertops, which no longer exists. And they conflicted with the working banners in cups-filters.
This commit is contained in:
parent
dc6c8b9714
commit
ffdabf02b9
@ -38,6 +38,12 @@ stdenv.mkDerivation {
|
|||||||
"CUPS_PRIMARY_SYSTEM_GROUP=root"
|
"CUPS_PRIMARY_SYSTEM_GROUP=root"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall =
|
||||||
|
''
|
||||||
|
# Delete obsolete stuff that conflicts with cups-filters.
|
||||||
|
rm -rf $out/share/cups/banners $out/share/cups/data/testprint
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cups.org/";
|
homepage = "http://www.cups.org/";
|
||||||
description = "A standards-based printing system for UNIX";
|
description = "A standards-based printing system for UNIX";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user