summarylogtreecommitdiffstats
path: root/alfaview-beta.install
diff options
context:
space:
mode:
Diffstat (limited to 'alfaview-beta.install')
-rw-r--r--alfaview-beta.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/alfaview-beta.install b/alfaview-beta.install
new file mode 100644
index 000000000000..cef491c347a1
--- /dev/null
+++ b/alfaview-beta.install
@@ -0,0 +1,10 @@
+post_upgrade() {
+ printf "$(tput bold)$(tput setaf 3)IMPORTANT: MIME types are NOT registered automatically$(tput sgr0)\n"
+ printf "$(tput bold)$(tput setaf 3)postinst from debian package: $(tput sgr0)\n"
+ printf "$(tput bold)$(tput setaf 3)xdg-mime default /usr/share/applications/alfaview.desktop x-scheme-handler/alfaview\nxdg-mime default /usr/share/applications/alfaview.desktop x-scheme-handler/alfatraining$(tput sgr0)\n"
+}
+
+post_install() {
+ post_upgrade
+}
+