From 0a65a7815e24a8017537d1f3c39f744d4a624a01 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 2 Aug 2015 09:57:51 -0400 Subject: add xiphos fixes --- pcr/xiphos-svn/xiphos-svn.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/xiphos-svn/xiphos-svn.install (limited to 'pcr/xiphos-svn/xiphos-svn.install') diff --git a/pcr/xiphos-svn/xiphos-svn.install b/pcr/xiphos-svn/xiphos-svn.install new file mode 100644 index 000000000..ba388d3bf --- /dev/null +++ b/pcr/xiphos-svn/xiphos-svn.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} \ No newline at end of file -- cgit v1.2.3