comparison graphics/gdk-pixbuf/gdk-pixbuf-post.sh @ 709:263453ab2372

vanilla: add busybox post script for every packages
author David Demelier <markand@malikania.fr>
date Fri, 02 Aug 2019 21:00:00 +0200
parents 00b288a5599a
children ddab65a5b3f5
comparison
equal deleted inserted replaced
708:1f47028318f5 709:263453ab2372
13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 # 16 #
17 17
18 if [ "$1" = "install" ]; then 18 if [ "$1" = "post-install" ]; then
19 /bin/gdk-pixbuf-query-loaders --update-cache 19 /bin/gdk-pixbuf-query-loaders --update-cache
20 elif [ "$1" = "uninstall" ]; then 20 elif [ "$1" = "post-uninstall" ]; then
21 rm -f /lib/gdk-pixbuf-2.0/2.10.0/loaders.cache 21 rm -f /lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
22 fi 22 fi