summarylogtreecommitdiffstats
path: root/kicad.install
diff options
context:
space:
mode:
Diffstat (limited to 'kicad.install')
-rw-r--r--kicad.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/kicad.install b/kicad.install
new file mode 100644
index 000000000000..1ebe441b5f71
--- /dev/null
+++ b/kicad.install
@@ -0,0 +1,15 @@
+pkgname=kicad-rc
+
+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
+}