summarylogtreecommitdiffstats
path: root/pop-shell.install
diff options
context:
space:
mode:
Diffstat (limited to 'pop-shell.install')
-rw-r--r--pop-shell.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pop-shell.install b/pop-shell.install
new file mode 100644
index 000000000000..46ae682f6e93
--- /dev/null
+++ b/pop-shell.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo "pop-shell: To complete setup configure keybindings"
+ echo "pop-shell: Run the script /usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts/configure.sh"
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "pop-shell: uninstalled, reset the keybindings."
+} \ No newline at end of file