diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2015-08-02 09:57:51 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-08-02 09:57:51 -0400 |
commit | 0a65a7815e24a8017537d1f3c39f744d4a624a01 (patch) | |
tree | ae76a9138543ca6e7b5873a64bc14962438bdb56 /pcr | |
parent | 9e3496bb37f102a3cf54a1b2935d1cd85ea03754 (diff) |
add xiphos fixes
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/xiphos-svn/xiphos-svn.install | 12 |
1 files changed, 12 insertions, 0 deletions
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 |