mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
cleanup python modules on removal
This commit is contained in:
parent
c908f261b4
commit
401b8752ba
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
AUX haraldscan 70 RMD160 f629b2ee78948a334e481c784fce358370c43b5b SHA1 ae0165292fc6f1a546f833ea540268f88a737c0f SHA256 a2dd9f82edfc348afa9977266efc9ff9468976708645b8b3dd663afc95baa6d2
|
||||
DIST haraldscan-src-0.401.tar.gz 23950 RMD160 84ee1b55dac6c185d470a10ec04d8db2ab3186e6 SHA1 3347af45d77c393e57f2d2cb1299836f29b265bb SHA256 339dde2f9af4e33bd285ca05bffe95f97e3935c6d8e989ada01fcdea73f95a11
|
||||
EBUILD haraldscan-0.401.ebuild 661 RMD160 bf843cf3d68e6c95d65e8f9f247a854d8fcab00e SHA1 3e779f720952e5c3d586896f73489b96da71927e SHA256 472a65a3b16df46dcd2b843d7d8f80aa42ad4155a58b38b3dc37adc82fe96928
|
||||
EBUILD haraldscan-0.401.ebuild 700 RMD160 86752bdff518dae051cc2532987b66d0069b6fe1 SHA1 4b2f6cde939fbf4b665f48c5fb1d30428f669c86 SHA256 baeed5932eb2ad7ff5710dbd0a98ce3ff53bead2f1f4b4e3764b1f6b7ea7b4bd
|
||||
|
|
|
|||
|
|
@ -30,3 +30,8 @@ pkg_postinst() {
|
|||
einfo "Updating MAC database..."
|
||||
haraldscan -u
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_mod_cleanup
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue