summarylogtreecommitdiffstats
path: root/librepcb-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'librepcb-git.install')
-rw-r--r--librepcb-git.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/librepcb-git.install b/librepcb-git.install
deleted file mode 100644
index 6fddf0723ec0..000000000000
--- a/librepcb-git.install
+++ /dev/null
@@ -1,23 +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"
- echo ""
- echo "Note: As LibrePCB is still in development, you should clone"
- echo "the demo workspace from https://github.com/LibrePCB/demo-workspace"
- echo "and use it as your LibrePCB workspace."
- echo "Otherwise you won't have a components library and some parts"
- echo "of the UI will not work."
- echo ""
-}
-
-post_remove() {
- post_install "$1"
-}