diff options
author | Shackra Sislock <jorgean@lavabit.com> | 2013-07-28 00:05:17 -0600 |
---|---|---|
committer | Shackra Sislock <jorgean@lavabit.com> | 2013-07-28 00:05:17 -0600 |
commit | 24a60eb2731228e05ffa0ed9dade0d6b56f9785f (patch) | |
tree | 5968c5be0899eeba7cbc294a12b39e165a7be4a7 /~smv/xiphos-svn/xiphos-svn.install | |
parent | 6785d5420eb83d9990842bd812458ad862c0d9e7 (diff) | |
parent | 946d64a4f98b36d70189c65010e666a597ad7aab (diff) |
merging...
Diffstat (limited to '~smv/xiphos-svn/xiphos-svn.install')
-rw-r--r-- | ~smv/xiphos-svn/xiphos-svn.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/~smv/xiphos-svn/xiphos-svn.install b/~smv/xiphos-svn/xiphos-svn.install new file mode 100644 index 000000000..0cbac7465 --- /dev/null +++ b/~smv/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 +} |