summarylogtreecommitdiffstats
path: root/blueprint64.install
diff options
context:
space:
mode:
Diffstat (limited to 'blueprint64.install')
-rw-r--r--blueprint64.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/blueprint64.install b/blueprint64.install
new file mode 100644
index 000000000000..86dfbeca6b6e
--- /dev/null
+++ b/blueprint64.install
@@ -0,0 +1,14 @@
+post_install() {
+ xdg-icon-resource forceupdate
+ xdg-mime install /usr/share/blueprint64/bbp-mime.xml
+ update-desktop-database /usr/share/applications
+}
+
+pre_remove() {
+ xdg-mime uninstall /usr/share/blueprint64/bbp-mime.xml
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+ update-desktop-database /usr/share/applications
+}