summarylogtreecommitdiffstats
path: root/logisim.install
diff options
context:
space:
mode:
authorMarcel Korpel2015-06-10 19:16:45 +0200
committerMarcel Korpel2015-06-10 19:16:45 +0200
commit14bb9b18200e5e05fcfef3df51377dc147c7aad5 (patch)
tree745b3e4b0bd5bcdc3942af75b758b255ac26ea80 /logisim.install
downloadaur-14bb9b18200e5e05fcfef3df51377dc147c7aad5.tar.gz
Initial import
Diffstat (limited to 'logisim.install')
-rw-r--r--logisim.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/logisim.install b/logisim.install
new file mode 100644
index 000000000000..19e92e740ef6
--- /dev/null
+++ b/logisim.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-mime-database /usr/share/mime > /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}