summaryrefslogtreecommitdiff
path: root/app-admin/system-config-printer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-14 14:25:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-14 14:25:52 +0100
commita6b284ce6cc4682e2f879616e915f11774a183ac (patch)
tree53c864b622355c5dd667a6822e3c280dcfbad76a /app-admin/system-config-printer
parent53b3135150fc3b8f4831f8cc9d83276228e94916 (diff)
gentoo auto-resync : 14:08:2022 - 14:25:52
Diffstat (limited to 'app-admin/system-config-printer')
-rw-r--r--app-admin/system-config-printer/Manifest2
-rw-r--r--app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild10
2 files changed, 10 insertions, 2 deletions
diff --git a/app-admin/system-config-printer/Manifest b/app-admin/system-config-printer/Manifest
index dbeb392050cc..bd0a19a98cbd 100644
--- a/app-admin/system-config-printer/Manifest
+++ b/app-admin/system-config-printer/Manifest
@@ -1,3 +1,3 @@
DIST system-config-printer-1.5.16.tar.xz 1382124 BLAKE2B 37548bd470f8e80026e014d4077a79a38ad54258d620654536890b67b688fc790c9a9a269b321f2e12d63ec21f24858866e39b41089195c528ddbdf1351bba5f SHA512 ed20a409def66bdea7de4cd5b397891eca220c841e1b5c8cab98e45f87389ae8ba881d9e24072dd07203141fc34c49c4b67cf099791857c007971e3b7d2e2fc2
-EBUILD system-config-printer-1.5.16-r1.ebuild 2002 BLAKE2B 77a5f9185c192940765ba624adfeb3084e08a6a3e4d53dcc59f176a06367188c892b4e88a3fe38be80d5f1621fc857e12ea0dbe994cd4e2ac80deafb5306f1ff SHA512 f9d33281100bbe34f7c6e2320978d4bde048fb8b62bd4492a7deabe0e66bc7817e53bb4a7cf53689f1f12d3c0e4fb8291fbdd395db1c2e960bf981aa0f69913e
+EBUILD system-config-printer-1.5.16-r1.ebuild 2071 BLAKE2B c42ef6b6e64d7454a059333b5210c243ca949925af5df32c4394d9411c6bf32d36422e9f39ee4dcc78aad32d7e98076fa592b55c9d69dc55e6acbf54ecb4efeb SHA512 4cb21dc868a872b429ed5e096a9e0e8d9163286c8b91376152d3770c6305b53b661d171f4178a2bd6c391a197f30e94c9e4dd9e545e7e70e329fa2d95b3cca21
MISC metadata.xml 464 BLAKE2B 6b9e1c83ddd541fa865336261d248c43e24354dbe1fdb585436bdaacd6cbbca9949b54961c0ad32220326b168650c377862640c50c2f40ad61106fbbb59fa3c4 SHA512 20f80adda8d894d92410585732a88565196b6cd10177bf5ed93966cf450d6dced89f46a840fd5c5ce26a9d7ac2fc42e59fbb8f789eb1f7f594e95da7a0cf60b8
diff --git a/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild
index 664a9ddecafe..6eccbf19762f 100644
--- a/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild
+++ b/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
-inherit python-single-r1 systemd xdg
+inherit python-single-r1 systemd udev xdg
DESCRIPTION="Graphical user interface for CUPS administration"
HOMEPAGE="https://github.com/OpenPrinting/system-config-printer"
@@ -80,3 +80,11 @@ src_install() {
python_optimize
python_domodule cupshelpers
}
+
+pkg_postinst() {
+ udev_reload
+}
+
+pkg_postrm() {
+ udev_reload
+}