summarylogtreecommitdiffstats
path: root/librepcb-appimage.install
diff options
context:
space:
mode:
Diffstat (limited to 'librepcb-appimage.install')
-rw-r--r--librepcb-appimage.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/librepcb-appimage.install b/librepcb-appimage.install
deleted file mode 100644
index 423fbf48c248..000000000000
--- a/librepcb-appimage.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo "Update icon cache..."
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
- echo "Update mime database..."
- update-mime-database usr/share/mime &> /dev/null
- echo "Update desktop database..."
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}