diff options
author | 2014-09-09 18:13:12 +0200 | |
---|---|---|
committer | 2014-09-09 18:13:12 +0200 | |
commit | dddc03e962dd90376e89b92a6d94001af237dacb (patch) | |
tree | 4d886636325e5c8369fd208acf23538547e3ea41 /app-emulation/wine | |
parent | wine - eselect something in pkg_postinst (diff) | |
download | eroen-dddc03e962dd90376e89b92a6d94001af237dacb.tar.gz eroen-dddc03e962dd90376e89b92a6d94001af237dacb.tar.bz2 eroen-dddc03e962dd90376e89b92a6d94001af237dacb.zip |
wine - eselect something in pkg_postrm too
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.7.21-r3.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.7.26-r3.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/wine/wine-1.7.21-r3.ebuild b/app-emulation/wine/wine-1.7.21-r3.ebuild index d6ca1dd..08e5d50 100644 --- a/app-emulation/wine/wine-1.7.21-r3.ebuild +++ b/app-emulation/wine/wine-1.7.21-r3.ebuild @@ -531,4 +531,5 @@ pkg_postinst() { pkg_postrm() { gnome2_icon_cache_update fdo-mime_desktop_database_update + use multislot && eselect wine update --if-unset } diff --git a/app-emulation/wine/wine-1.7.26-r3.ebuild b/app-emulation/wine/wine-1.7.26-r3.ebuild index 6520a71..e4787dc 100644 --- a/app-emulation/wine/wine-1.7.26-r3.ebuild +++ b/app-emulation/wine/wine-1.7.26-r3.ebuild @@ -475,4 +475,5 @@ pkg_postinst() { pkg_postrm() { gnome2_icon_cache_update fdo-mime_desktop_database_update + use multislot && eselect wine update --if-unset } |