summarylogtreecommitdiffstats
path: root/gnome-shell-extension.install
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2022-12-19 18:54:31 +0330
committerMohammadreza Abdollahzadeh2022-12-19 18:54:31 +0330
commit0b800438096edad42ca844572628cb79057ae6c0 (patch)
treecaecf10d7f962aad7fe86a74d0f98994c2cb5993 /gnome-shell-extension.install
parent96c3b2d7e5987be98edcfe22c4248c013a9dac5e (diff)
downloadaur-0b800438096edad42ca844572628cb79057ae6c0.tar.gz
upgpkg: gnome-shell-extension-persian-calendar-git r318.6ba3922-1
Fix building instructions
Diffstat (limited to 'gnome-shell-extension.install')
-rw-r--r--gnome-shell-extension.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/gnome-shell-extension.install b/gnome-shell-extension.install
deleted file mode 100644
index d78a7a1584a4..000000000000
--- a/gnome-shell-extension.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- echo ""
- echo "*********************************************************"
- echo "* Don't forget to enable this extension in GNOME Tweaks *"
- echo "* and *"
- echo "* restart GNOME Shell ([Alt]+[F2], r) *"
- echo "*********************************************************"
- echo ""
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}