summarylogtreecommitdiffstats
path: root/flasher-harmattan.install
diff options
context:
space:
mode:
Diffstat (limited to 'flasher-harmattan.install')
-rw-r--r--flasher-harmattan.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/flasher-harmattan.install b/flasher-harmattan.install
new file mode 100644
index 000000000000..7550dd295d98
--- /dev/null
+++ b/flasher-harmattan.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "The package has blacklisted kernel modules 'phonet' and 'cdc_phonet' because"
+ echo "they conflict with Nokia Maemo Flasher-3.12.1 Tool for Harmattan. You may"
+ echo "need to reboot for these changes to take affect."
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ echo "The Blacklisting of kernel modules 'phonet' and 'cdc_phonet' has been"
+ echo "removed. You may need to reboot for this change to take affect."
+}