summarylogtreecommitdiffstats
path: root/snapd.install
blob: a4b06d5b9eadc60e565bfc20e21fc8038e3c63c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## arg 1:  the new package version
post_install() {
    echo "#################################################"
    echo "# To use snapd start/enable the snapd.socket.   #"
    echo "# If you want your apps to be automatically     #"
    echo "# updated from the store start/enable the       #"
    echo "# snapd.refresh.timer.                          #"
    echo "# NOTE: Desktop entries show up after logging in#"
    echo "# again or rebooting after snapd installation.  #"  
    echo "#                                               #"
    echo "# For more installation please read this page   #"
    echo "#  https://wiki.archlinux.org/index.php/Snapd   #"
    echo "#################################################"
}