summaryrefslogtreecommitdiff
path: root/pcr/freefilesync/freefilesync.install
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-01-26 21:03:47 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2021-01-27 03:05:56 -0500
commit7471bf5b106f788cab088d06a163fc86021b681c (patch)
tree2c62883c54d485108059f28a8ad9918f077e9c32 /pcr/freefilesync/freefilesync.install
parenta4d47df007522722070e167a435398175a1ae162 (diff)
downloadabslibre-7471bf5b106f788cab088d06a163fc86021b681c.tar.gz
abslibre-7471bf5b106f788cab088d06a163fc86021b681c.tar.bz2
abslibre-7471bf5b106f788cab088d06a163fc86021b681c.zip
[freefilesync]: upgrade to v11.4
Diffstat (limited to 'pcr/freefilesync/freefilesync.install')
-rw-r--r--pcr/freefilesync/freefilesync.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/freefilesync/freefilesync.install b/pcr/freefilesync/freefilesync.install
deleted file mode 100644
index a2b7306a1..000000000
--- a/pcr/freefilesync/freefilesync.install
+++ /dev/null
@@ -1,20 +0,0 @@
-#function to tell user to run shell script to reinstall wxgtk and extract libwx*3.1.so* items from wxgtk-dev packages after installation/upgrade of freefilesync
-reinstall_and_extract_message() {
- echo -e "\n\n$(tput bold)$(tput setaf 7)$(tput setab 1)Run 'sudo sh /usr/bin/wxgtk_fix.sh' after this finishes"'!'"$(tput sgr 0)\n\n"
-}
-
-# send message after installation of freefilesync
-post_install() {
- reinstall_and_extract_message
-}
-
-# send message after upgrade of freefilesync
-post_upgrade() {
- reinstall_and_extract_message
-}
-
-# remove the libwx*3.1.so* files from /usr/lib/ and wxgtk_fix.sh from /usr/bin after removal of freefilesync
-post_remove() {
- rm /usr/lib/libwx*3.1.so*
- rm /usr/bin/wxgtk_fix.sh
-} \ No newline at end of file