From d51d8fc40359c4ff2a89a697727558b3ffba4f0b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 7 May 2020 01:01:58 -0700 Subject: Initial commit --- mupen64plus-qt.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mupen64plus-qt.install (limited to 'mupen64plus-qt.install') diff --git a/mupen64plus-qt.install b/mupen64plus-qt.install new file mode 100644 index 0000000..f196c4e --- /dev/null +++ b/mupen64plus-qt.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} \ No newline at end of file -- cgit v1.2.1