Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: 5e81044f by Timo Aaltonen at 2019-03-12T10:06:57Z libgl1-mesa-dri: Remove /etc/drirc which isn't installed anymore. (Closes: #920241) - - - - - 4 changed files: - debian/changelog - + debian/libgl1-mesa-dri.postinst - + debian/libgl1-mesa-dri.postrm - + debian/libgl1-mesa-dri.preinst Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mesa (18.3.4-3) UNRELEASED; urgency=medium + + * libgl1-mesa-dri: Remove /etc/drirc which isn't installed anymore. + (Closes: #920241) + + -- Timo Aaltonen <[email protected]> Tue, 12 Mar 2019 12:06:03 +0200 + mesa (18.3.4-2) unstable; urgency=medium * Cherry-pick f6556ec7d12 (dri: meson: do not prefix user provided dri- ===================================== debian/libgl1-mesa-dri.postinst ===================================== @@ -0,0 +1,8 @@ +#!/bin/sh + +dpkg-maintscript-helper rm_conffile \ + /etc/drirc 18.3.4-3 libgl1-mesa-dri -- "$@" + +#DEBHELPER# + +exit 0 ===================================== debian/libgl1-mesa-dri.postrm ===================================== @@ -0,0 +1,8 @@ +#!/bin/sh + +dpkg-maintscript-helper rm_conffile \ + /etc/drirc 18.3.4-3 libgl1-mesa-dri -- "$@" + +#DEBHELPER# + +exit 0 ===================================== debian/libgl1-mesa-dri.preinst ===================================== @@ -0,0 +1,8 @@ +#!/bin/sh + +dpkg-maintscript-helper rm_conffile \ + /etc/drirc 18.3.4-3 libgl1-mesa-dri -- "$@" + +#DEBHELPER# + +exit 0 View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/5e81044f7353b723d7751777728694a5e844626a -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/5e81044f7353b723d7751777728694a5e844626a You're receiving this email because of your account on salsa.debian.org.

