Line
Link Here
|
0 |
-- avant-window-navigator-extras-0.2.6-r1.ebuild |
0 |
++ avant-window-navigator-extras-0.2.6-r1.ebuild |
Lines 95-106
Link Here
|
95 |
|
95 |
|
96 |
pkg_postinst() { |
96 |
pkg_postinst() { |
97 |
gnome2_pkg_postinst |
97 |
gnome2_pkg_postinst |
98 |
python_version |
98 |
python_mod_optimize $(python_get_sitedir)/awn/extras |
99 |
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/awn/extras |
|
|
100 |
} |
99 |
} |
101 |
|
100 |
|
102 |
pkg_postrm() { |
101 |
pkg_postrm() { |
103 |
gnome2_pkg_postrm |
102 |
gnome2_pkg_postrm |
104 |
python_version |
103 |
python_mod_cleanup $(python_get_sitedir)/awn/extras |
105 |
python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/awn/extras |
|
|
106 |
} |
104 |
} |
107 |
-- avant-window-navigator-extras-0.3.2.1.ebuild |
105 |
++ avant-window-navigator-extras-0.3.2.1.ebuild |
Lines 106-117
Link Here
|
106 |
|
106 |
|
107 |
pkg_postinst() { |
107 |
pkg_postinst() { |
108 |
gnome2_pkg_postinst |
108 |
gnome2_pkg_postinst |
109 |
python_version |
109 |
python_mod_optimize $(python_get_sitedir)/awn/extras |
110 |
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/awn/extras |
|
|
111 |
} |
110 |
} |
112 |
|
111 |
|
113 |
pkg_postrm() { |
112 |
pkg_postrm() { |
114 |
gnome2_pkg_postrm |
113 |
gnome2_pkg_postrm |
115 |
python_version |
114 |
python_mod_cleanup $(python_get_sitedir)/awn/extras |
116 |
python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/awn/extras |
|
|
117 |
} |
115 |
} |
118 |
-- avant-window-navigator-extras-0.3.2.2.ebuild |
116 |
++ avant-window-navigator-extras-0.3.2.2.ebuild |
Lines 114-125
Link Here
|
114 |
|
114 |
|
115 |
pkg_postinst() { |
115 |
pkg_postinst() { |
116 |
gnome2_pkg_postinst |
116 |
gnome2_pkg_postinst |
117 |
python_version |
|
|
118 |
python_mod_optimize $(python_get_sitedir)/awn/extras |
117 |
python_mod_optimize $(python_get_sitedir)/awn/extras |
119 |
} |
118 |
} |
120 |
|
119 |
|
121 |
pkg_postrm() { |
120 |
pkg_postrm() { |
122 |
gnome2_pkg_postrm |
121 |
gnome2_pkg_postrm |
123 |
python_version |
122 |
python_mod_cleanup $(python_get_sitedir)/awn/extras |
124 |
python_mod_cleanup awn/extras |
|
|
125 |
} |
123 |
} |